?[1;31m
Start test 1?[0m
?[0;34m
?[0m?[0;34m . ____ _ __ _ _
?[0m?[0;34m /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
?[0m?[0;34m( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
?[0m?[0;34m \\/ ___)| |_)| | | | | || (_| | ) ) ) )
?[0m?[0;34m ' |____| .__|_| |_|_| |_\__, | / / / /
?[0m?[0;34m =========|_|==============|___/=/_/_/_/
?[0m?[0;34m :: Spring Boot :: (v3.2.0)
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:47.603-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Starting RecipesApplication using Java 17.0.10 with PID 29008 (started by CMCDERMI in C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task)
?[0m?[0;34m2025-01-06T15:09:47.606-08:00 DEBUG 29008 --- [ Test worker] recipes.RecipesApplication : Running with Spring Boot v3.2.0, Spring v6.1.1
?[0m?[0;34m2025-01-06T15:09:47.607-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : No active profile set, falling back to 1 default profile: "default"
?[0m?[0;34m2025-01-06T15:09:47.608-08:00 DEBUG 29008 --- [ Test worker] o.s.boot.SpringApplication : Loading source class recipes.RecipesApplication
?[0m?[0;34m2025-01-06T15:09:47.651-08:00 DEBUG 29008 --- [ Test worker] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c
?[0m?[0;34m2025-01-06T15:09:47.682-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:09:47.699-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
?[0m?[0;34m2025-01-06T15:09:47.751-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\RestAuthenticationEntryPoint.class]
?[0m?[0;34m2025-01-06T15:09:47.755-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\SecurityConfig.class]
?[0m?[0;34m2025-01-06T15:09:47.768-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\RecipeController.class]
?[0m?[0;34m2025-01-06T15:09:47.769-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\ResgisterController.class]
?[0m?[0;34m2025-01-06T15:09:47.773-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:09:47.773-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:09:47.774-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\CustomUserDetailsService.class]
?[0m?[0;34m2025-01-06T15:09:47.774-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\RecipeService.class]
?[0m?[0;34m2025-01-06T15:09:48.663-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
?[0m?[0;34m2025-01-06T15:09:48.673-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
?[0m?[0;34m2025-01-06T15:09:48.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'recipes'. Automatic @Repository and @Entity scanning is enabled.
?[0m?[0;34m2025-01-06T15:09:48.687-08:00 DEBUG 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Scanning for JPA repositories in packages recipes.
?[0m?[0;34m2025-01-06T15:09:48.700-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:09:48.701-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:09:48.739-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 50 ms. Found 2 JPA repository interfaces.
?[0m?[0;34m2025-01-06T15:09:48.953-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
?[0m?[0;34m2025-01-06T15:09:48.957-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
?[0m?[0;34m2025-01-06T15:09:48.958-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.008-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
?[0m?[0;34m2025-01-06T15:09:49.009-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conversionServicePostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.019-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:09:49.019-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:09:49.022-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:09:49.025-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:09:49.029-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:09:49.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
?[0m?[0;34m2025-01-06T15:09:49.032-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetailsHikariBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.035-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
?[0m?[0;34m2025-01-06T15:09:49.059-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:49.075-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.077-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
?[0m?[0;34m2025-01-06T15:09:49.078-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.100-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.CountedAspect.interceptAndRecord(org.aspectj.lang.ProceedingJoinPoint,io.micrometer.core.annotation.Counted) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:09:49.106-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:09:49.106-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:09:49.108-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:09:49.109-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:09:49.245-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:09:49.254-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:09:49.255-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:09:49.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:09:49.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:09:49.267-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.268-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:49.273-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.275-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.278-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:09:49.298-08:00 DEBUG 29008 --- [ Test worker] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@5ca4dce5]
?[0m?[0;34m2025-01-06T15:09:49.299-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
?[0m?[0;34m2025-01-06T15:09:49.299-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
?[0m?[0;34m2025-01-06T15:09:49.322-08:00 DEBUG 29008 --- [ Test worker] o.a.catalina.core.AprLifecycleListener : The Apache Tomcat Native library could not be found using names [tcnative-2, libtcnative-2, tcnative-1, libtcnative-1] on the java.library.path [C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;.]. The errors reported were [Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\tcnative-2.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\libtcnative-2.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\tcnative-1.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\libtcnative-1.dll, no tcnative-2 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no libtcnative-2 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no tcnative-1 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no libtcnative-1 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;.]
?[0m?[0;34m
?[0m?[0;34morg.apache.tomcat.jni.LibraryNotFoundError: Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\tcnative-2.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\libtcnative-2.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\tcnative-1.dll, Can't load library: C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\bin\libtcnative-1.dll, no tcnative-2 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no libtcnative-2 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no tcnative-1 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., no libtcnative-1 in java.library.path: C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;.
?[0m?[0;34m at org.apache.tomcat.jni.Library.<init>(Library.java:91) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.jni.Library.initialize(Library.java:146) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:193) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:107) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultServerLifecycleListeners(TomcatServletWebServerFactory.java:189) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.<init>(TomcatServletWebServerFactory.java:136) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat.tomcatServletWebServerFactory(ServletWebServerFactoryConfiguration.java:73) ~[spring-boot-autoconfigure-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:643) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1166) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:223) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:49.353-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.353-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.358-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.358-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.361-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.369-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
?[0m?[0;34m2025-01-06T15:09:49.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.389-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:09:49.389-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:09:49.393-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:09:49.395-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar'
?[0m?[0;34m2025-01-06T15:09:49.396-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileWatcher'
?[0m?[0;34m2025-01-06T15:09:49.402-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher'
?[0m?[0;34m2025-01-06T15:09:49.418-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.419-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.424-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.424-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.426-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:49.426-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.432-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.433-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.434-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.465-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
?[0m?[0;34m2025-01-06T15:09:49.466-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.466-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:09:49.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:09:49.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:09:49.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.472-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:09:49.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:09:49.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:09:49.500-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:09:49.501-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
?[0m?[0;34m2025-01-06T15:09:49.502-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.502-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:09:49.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:09:49.519-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:09:49.567-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.compat.Jre19Compat : Class not found so assuming code is running on a pre-Java 19 JVM
?[0m?[0;34m
?[0m?[0;34mjava.lang.ClassNotFoundException: java.lang.WrongThreadException
?[0m?[0;34m at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[na:na]
?[0m?[0;34m at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName(Class.java:375) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.compat.Jre19Compat.<clinit>(Jre19Compat.java:37) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.compat.JreCompat.<clinit>(JreCompat.java:55) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.<clinit>(Tomcat.java:1279) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:201) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:49.572-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.compat.Jre21Compat : Class not found so assuming code is running on a pre-Java 21 JVM
?[0m?[0;34m
?[0m?[0;34mjava.lang.ClassNotFoundException: java.lang.Thread$Builder
?[0m?[0;34m at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[na:na]
?[0m?[0;34m at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName(Class.java:375) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.compat.Jre21Compat.<clinit>(Jre21Compat.java:43) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.compat.JreCompat.<clinit>(JreCompat.java:55) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.<clinit>(Tomcat.java:1279) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:201) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:49.579-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.compat.Jre22Compat : Class not found so assuming code is running on a pre-Java 22 JVM
?[0m?[0;34m
?[0m?[0;34mjava.lang.ClassNotFoundException: java.lang.foreign.MemorySegment
?[0m?[0;34m at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[na:na]
?[0m?[0;34m at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/java.lang.Class.forName(Class.java:375) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.compat.Jre22Compat.<clinit>(Jre22Compat.java:40) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.compat.JreCompat.<clinit>(JreCompat.java:55) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.<clinit>(Tomcat.java:1279) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:201) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:49.645-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8881)
?[0m?[0;34m2025-01-06T15:09:49.661-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false)
?[0m?[0;34m2025-01-06T15:09:49.662-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false)
?[0m?[0;34m2025-01-06T15:09:49.707-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardHost[localhost] StandardEngine[Tomcat]
?[0m?[0;34m2025-01-06T15:09:49.708-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:09:49.708-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:09:49.710-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
?[0m?[0;34m2025-01-06T15:09:49.766-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost]
?[0m?[0;34m2025-01-06T15:09:49.777-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8881 (http)
?[0m?[0;34m2025-01-06T15:09:49.798-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardService : Starting service [Tomcat]
?[0m?[0;34m2025-01-06T15:09:49.799-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.16]
?[0m?[0;34m2025-01-06T15:09:49.804-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting ROOT
?[0m?[0;34m2025-01-06T15:09:49.824-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring default Resources
?[0m?[0;34m2025-01-06T15:09:49.835-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Processing standard container startup
?[0m?[0;34m2025-01-06T15:09:49.835-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.loader.WebappLoader : Starting this Loader
?[0m?[0;34m2025-01-06T15:09:49.878-08:00 DEBUG 29008 --- [ Test worker] o.a.c.authenticator.AuthenticatorBase : No SingleSignOn Valve is present
?[0m?[0;34m2025-01-06T15:09:49.878-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]
?[0m?[0;34m2025-01-06T15:09:49.884-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configured a manager of class [org.apache.catalina.session.StandardManager]
?[0m?[0;34m2025-01-06T15:09:49.893-08:00 INFO 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
?[0m?[0;34m2025-01-06T15:09:49.893-08:00 DEBUG 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
?[0m?[0;34m2025-01-06T15:09:49.896-08:00 INFO 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2243 ms
?[0m?[0;34m2025-01-06T15:09:49.899-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:09:49.900-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.903-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:49.903-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.913-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesObservationFilter'
?[0m?[0;34m2025-01-06T15:09:49.914-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:49.921-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:49.928-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsObservationHandlerGrouping'
?[0m?[0;34m2025-01-06T15:09:49.928-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.934-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultMeterObservationHandler'
?[0m?[0;34m2025-01-06T15:09:49.934-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.936-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:49.936-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.938-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleConfig'
?[0m?[0;34m2025-01-06T15:09:49.938-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:09:49.941-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:09:49.951-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'micrometerClock'
?[0m?[0;34m2025-01-06T15:09:49.952-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:49.957-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig'
?[0m?[0;34m2025-01-06T15:09:49.958-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock'
?[0m?[0;34m2025-01-06T15:09:49.997-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesMeterFilter'
?[0m?[0;34m2025-01-06T15:09:49.998-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:50.008-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:50.019-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter'
?[0m?[0;34m2025-01-06T15:09:50.020-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.023-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:50.024-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:50.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter'
?[0m?[0;34m2025-01-06T15:09:50.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:50.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:50.043-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:50.052-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:50.053-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:50.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChainRegistration'
?[0m?[0;34m2025-01-06T15:09:50.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.080-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:09:50.086-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:09:50.090-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointRegistrar'
?[0m?[0;34m2025-01-06T15:09:50.090-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.092-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:50.098-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:50.098-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:50.103-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointPathMapper'
?[0m?[0;34m2025-01-06T15:09:50.104-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.105-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:50.105-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:50.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:09:50.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.126-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:50.149-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:50.149-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:50.149-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:09:50.172-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:09:50.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
?[0m?[0;34m2025-01-06T15:09:50.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:09:50.204-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, springSecurityFilterChain urls=[/*] order=-100, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105
?[0m?[0;34m2025-01-06T15:09:50.204-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
?[0m?[0;34m2025-01-06T15:09:50.216-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
?[0m?[0;34m2025-01-06T15:09:50.246-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring application event listeners
?[0m?[0;34m2025-01-06T15:09:50.247-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Sending application start events
?[0m?[0;34m2025-01-06T15:09:50.252-08:00 DEBUG 29008 --- [ Test worker] o.a.catalina.session.StandardManager : Start: Loading persisted sessions
?[0m?[0;34m2025-01-06T15:09:50.252-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filters
?[0m?[0;34m2025-01-06T15:09:50.253-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:09:50.261-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use
?[0m?[0;34m2025-01-06T15:09:50.269-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:09:50.272-08:00 DEBUG 29008 --- [ Test worker] o.s.w.f.ServerHttpObservationFilter : Filter 'webMvcObservationFilter' configured for use
?[0m?[0;34m2025-01-06T15:09:50.272-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'Tomcat WebSocket (JSR356) Filter'
?[0m?[0;34m2025-01-06T15:09:50.273-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:09:50.273-08:00 DEBUG 29008 --- [ Test worker] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
?[0m?[0;34m2025-01-06T15:09:50.274-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:09:50.274-08:00 DEBUG 29008 --- [ Test worker] .DelegatingFilterProxyRegistrationBean$1 : Filter 'springSecurityFilterChain' configured for use
?[0m?[0;34m2025-01-06T15:09:50.274-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'formContentFilter'
?[0m?[0;34m2025-01-06T15:09:50.274-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use
?[0m?[0;34m2025-01-06T15:09:50.274-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting completed
?[0m?[0;34m2025-01-06T15:09:50.282-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.start(Tomcat.java:488) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:501) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:218) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:50.293-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.mapper.Mapper : Registered host [localhost]
?[0;34m2025-01-06T15:09:50.293-08:00 WARN 29008 --- [alina-utility-1] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.threadStart(ContainerBase.java:1232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessorMonitor.run(ContainerBase.java:1270) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:50.296-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:09:50.297-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Context [] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:09:50.298-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register host [localhost] at domain [null] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:09:50.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
?[0m?[0;34m2025-01-06T15:09:50.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.310-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource'
?[0m?[0;34m2025-01-06T15:09:50.310-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:09:50.312-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:09:50.327-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:09:50.327-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.328-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcConnectionDetails' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:09:50.331-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:09:50.331-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:09:50.338-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : Driver class org.h2.Driver found in Thread context class loader jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m2025-01-06T15:09:50.362-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:09:50.365-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:50.366-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:09:50.382-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactory'
?[0m?[0;34m2025-01-06T15:09:50.383-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.384-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:09:50.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:09:50.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:50.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:09:50.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:50.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:09:50.395-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
?[0m?[0;34m2025-01-06T15:09:50.396-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
?[0m?[0;34m2025-01-06T15:09:50.425-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:09:50.427-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:09:50.462-08:00 DEBUG 29008 --- [ Test worker] org.jboss.logging : Logging Provider: org.jboss.logging.Slf4jLoggerProvider found via system property
?[0m?[0;34m2025-01-06T15:09:50.473-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:09:50.479-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:09:50.479-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:50.480-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:50.492-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:09:50.492-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:09:50.530-08:00 DEBUG 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:09:50.586-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : PersistenceUnitInfo [
?[0m?[0;34m name: default
?[0m?[0;34m persistence provider classname: null
?[0m?[0;34m classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m excludeUnlistedClasses: true
?[0m?[0;34m JTA datasource: null
?[0m?[0;34m Non JTA datasource: HikariDataSource (null)
?[0m?[0;34m Transaction type: RESOURCE_LOCAL
?[0m?[0;34m PU root URL: file:/C:/Users/CMCDERMI/code/hyperskill/recipeManagementSystem/Recipe%20Management%20System/task/build/classes/java/test/
?[0m?[0;34m Shared Cache Mode: UNSPECIFIED
?[0m?[0;34m Validation Mode: NONE
?[0m?[0;34m Jar files URLs []
?[0m?[0;34m Managed classes names [
?[0m?[0;34m recipes.model.Recipe
?[0m?[0;34m recipes.model.User]
?[0m?[0;34m Mapping files names []
?[0m?[0;34m Properties []
?[0m?[0;34m2025-01-06T15:09:50.603-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.boot.beanvalidation.BeanValidationIntegrator].
?[0m?[0;34m2025-01-06T15:09:50.605-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
?[0m?[0;34m2025-01-06T15:09:50.678-08:00 INFO 29008 --- [ Test worker] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.3.1.Final
?[0m?[0;34m2025-01-06T15:09:50.679-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.cfg.Environment : HHH000206: 'hibernate.properties' not found
?[0m?[0;34m2025-01-06T15:09:50.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
?[0m?[0;34m2025-01-06T15:09:50.719-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
?[0m?[0;34m2025-01-06T15:09:50.719-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:09:50.720-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:09:50.720-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
?[0m?[0;34m2025-01-06T15:09:50.723-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
?[0m?[0;34m2025-01-06T15:09:50.724-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
?[0m?[0;34m2025-01-06T15:09:50.727-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:09:50.729-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
?[0m?[0;34m2025-01-06T15:09:50.731-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
?[0m?[0;34m2025-01-06T15:09:50.731-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:09:50.733-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
?[0m?[0;34m2025-01-06T15:09:50.744-08:00 DEBUG 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
?[0m?[0;34m2025-01-06T15:09:50.745-08:00 INFO 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:09:50.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.BasicTypeReference@26cdd4af
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4b8a0d03
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@54f373d4
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:09:50.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@54286339
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6785df10
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3e2c8ef
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.BasicTypeReference@290807e5
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.BasicTypeReference@60bc308b
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2a2798a2
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2b9ecd05
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@31f1b268
?[0m?[0;34m2025-01-06T15:09:50.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3ec7ad61
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2833c093
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7598d675
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@34a33343
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@98722ef
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:09:50.822-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@fd69983
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@22429a11
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@126254ec
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1c788d08
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2adc1e84
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:09:50.823-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@323efafe
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32dbca45
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2de7c84a
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4182a651
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:09:50.824-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:09:50.825-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3f4964f2
?[0m?[0;34m2025-01-06T15:09:50.829-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:09:50.830-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration null -> org.hibernate.type.NullType@1592e540
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3e2772a9
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@4449b273
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1fa18f87
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@1d9bd1d6
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@18ac4af6
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@117fb9ba
?[0m?[0;34m2025-01-06T15:09:50.832-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@2b1d1a5
?[0m?[0;34m2025-01-06T15:09:50.833-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@41e7a544
?[0m?[0;34m2025-01-06T15:09:50.838-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@11309dd4] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:09:50.838-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(org.springframework.instrument.classloading.SimpleThrowawayClassLoader@11309dd4) [was null]
?[0m?[0;34m2025-01-06T15:09:50.839-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@1e194966] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:09:50.839-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@160546b1] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@103e7c7c]
?[0m?[0;34m2025-01-06T15:09:50.856-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:09:51.019-08:00 INFO 29008 --- [ Test worker] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
?[0m?[0;34m2025-01-06T15:09:51.019-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [null] into BootstrapContext; was [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@11309dd4]
?[0m?[0;34m2025-01-06T15:09:51.019-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(null) [was org.springframework.instrument.classloading.SimpleThrowawayClassLoader@11309dd4]
?[0m?[0;34m2025-01-06T15:09:51.047-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : HikariPool-1 - configuration:
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : allowPoolSuspension.............false
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : autoCommit......................true
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : catalog.........................none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionInitSql...............none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTestQuery.............none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTimeout...............30000
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSource......................none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceClassName.............none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceJNDI..................none
?[0m?[0;34m2025-01-06T15:09:51.050-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceProperties............{password=<masked>}
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : driverClassName................."org.h2.Driver"
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : exceptionOverrideClassName......none
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckProperties...........{}
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckRegistry.............none
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : idleTimeout.....................600000
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : initializationFailTimeout.......1
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : isolateInternalQueries..........false
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : jdbcUrl.........................jdbc:h2:file:../recipes_db
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : keepaliveTime...................0
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : leakDetectionThreshold..........0
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maxLifetime.....................1800000
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maximumPoolSize.................10
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricRegistry..................none
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricsTrackerFactory...........none
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : minimumIdle.....................10
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : password........................<masked>
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : poolName........................"HikariPool-1"
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : readOnly........................false
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : registerMbeans..................false
?[0m?[0;34m2025-01-06T15:09:51.051-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : scheduledExecutor...............none
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : schema..........................none
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : threadFactory...................internal
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : transactionIsolation............default
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : username........................none
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : validationTimeout...............5000
?[0m?[0;34m2025-01-06T15:09:51.052-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
?[0m?[0;34m2025-01-06T15:09:51.231-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.232-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
?[0m?[0;34m2025-01-06T15:09:51.237-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Database ->
?[0m?[0;34m name : H2
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:09:51.238-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Driver ->
?[0m?[0;34m name : H2 JDBC Driver
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:09:51.238-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : JDBC version : 4.2
?[0m?[0;34m2025-01-06T15:09:51.261-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.dialect : HHH035001: Using dialect: org.hibernate.dialect.H2Dialect, version: 2.2.224
?[0m?[0;34m2025-01-06T15:09:51.265-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.env.spi.IdentifierHelperBuilder : JDBC driver metadata reported database stores quoted identifiers in neither upper, lower nor mixed case
?[0m?[0;34m2025-01-06T15:09:51.281-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NCharTypeDescriptor) replaced previous registration(CharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:09:51.281-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NVarcharTypeDescriptor) replaced previous registration(VarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:09:51.282-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(LongNVarcharTypeDescriptor) replaced previous registration(LongVarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:09:51.283-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NClobTypeDescriptor(DEFAULT)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:09:51.284-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(2005, ClobTypeDescriptor(STREAM_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:09:51.285-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(TimestampUtcDescriptor) replaced previous registration(TimestampUtcDescriptor)
?[0m?[0;34m2025-01-06T15:09:51.288-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> basicType@1(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:09:51.289-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> basicType@1(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:09:51.292-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@dd77e0d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@799cf32d]
?[0m?[0;34m2025-01-06T15:09:51.316-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.relational.Namespace : Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
?[0m?[0;34m2025-01-06T15:09:51.333-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.Recipe
?[0;34m2025-01-06T15:09:51.335-08:00 DEBUG 29008 --- [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
?[0;34m2025-01-06T15:09:51.336-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn1: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.340-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name Recipe
?[0m?[0;34m2025-01-06T15:09:51.347-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.Recipe on table recipe
?[0m?[0;34m2025-01-06T15:09:51.351-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn2: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.354-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:09:51.367-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn3: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.369-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.370-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:09:51.370-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.373-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.375-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:id]
?[0m?[0;34m2025-01-06T15:09:51.378-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:09:51.380-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.id
?[0m?[0;34m2025-01-06T15:09:51.380-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:09:51.382-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn4: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.382-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property category with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:category]
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for category
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.category
?[0m?[0;34m2025-01-06T15:09:51.385-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property category
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property date with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:date]
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for date
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.date
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property date
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property description with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:description]
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for description
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.description
?[0m?[0;34m2025-01-06T15:09:51.386-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property description
?[0m?[0;34m2025-01-06T15:09:51.387-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.388-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.395-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='directions_ORDER')
?[0m?[0;34m2025-01-06T15:09:51.396-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.396-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:09:51.397-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:09:51.397-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.397-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.399-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn5: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.399-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:51.401-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property directions
?[0m?[0;34m2025-01-06T15:09:51.401-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.402-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.402-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='ingredients_ORDER')
?[0m?[0;34m2025-01-06T15:09:51.402-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.402-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property ingredients
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property name with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:name]
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for name
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.name
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property name
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property userId with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:userId]
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for userId
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.user_id
?[0m?[0;34m2025-01-06T15:09:51.403-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property userId
?[0m?[0;34m2025-01-06T15:09:51.408-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onUpdate as PreUpdate callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.409-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onCreate as PrePersist callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.410-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.User
?[0m?[0;34m2025-01-06T15:09:51.410-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name User
?[0m?[0;34m2025-01-06T15:09:51.410-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.User on table users
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.411-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:id]
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.id
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property locked with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:locked]
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for locked
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.locked
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property locked
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property password with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:password]
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for password
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.password
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property password
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property username with lazy=false
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:username]
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for username
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.username
?[0m?[0;34m2025-01-06T15:09:51.412-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property username
?[0m?[0;34m2025-01-06T15:09:51.413-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn6: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.415-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for category
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for date
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for description
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for name
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for userId
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for locked
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for password
?[0m?[0;34m2025-01-06T15:09:51.417-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for username
?[0m?[0;34m2025-01-06T15:09:51.421-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [recipe]
?[0m?[0;34m2025-01-06T15:09:51.421-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [users]
?[0m?[0;34m2025-01-06T15:09:51.421-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:51.421-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:51.426-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:09:51.427-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:09:51.427-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_ingredients.ingredients
?[0m?[0;34m2025-01-06T15:09:51.427-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:09:51.428-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: ingredients
?[0m?[0;34m2025-01-06T15:09:51.428-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:51.428-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_directions.directions
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: directions
?[0m?[0;34m2025-01-06T15:09:51.429-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn7: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.430-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.432-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.442-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.442-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:51.444-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn8: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.458-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:09:51.460-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn9: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:09:51.472-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Building session factory
?[0m?[0;34m2025-01-06T15:09:51.476-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0)
?[0m?[0;34m2025-01-06T15:09:51.503-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:09:51.503-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiating SessionFactory with settings: {java.specification.version=17, sun.cpu.isalist=amd64, hibernate.resource.beans.container=org.springframework.orm.hibernate5.SpringBeanContainer@33060020, hibernate.connection.handling_mode=DELAYED_ACQUISITION_AND_HOLD, sun.jnu.encoding=Cp1252, org.gradle.test.worker=29, hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy, java.class.path=C:\Users\CMCDERMI\.gradle\caches\8.5\workerMain\gradle-worker.jar;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\test;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\resources\main;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-actuator\3.2.0\d5fbcd592486db01da12ae57dfd505d863ef639f\spring-boot-starter-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-web\3.2.0\e609f839e7c2ff9c90bc75d7c05dbcbb19315319\spring-boot-starter-web-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-security\3.2.0\c692cc94ac3b5bfa9eb47fa04afa5b570a5b24b2\spring-boot-starter-security-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-json\3.2.0\e831483c03433b987cc9c72f8ea67757f9865191\spring-boot-starter-json-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-data-jpa\3.2.0\6a8ad077a37f8a0cef6949dcfd91a9b2115cade\spring-boot-starter-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-aop\3.2.0\1c4e5498a0ae4c179d0c192e9b674ac656f3e0b9\spring-boot-starter-aop-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-jdbc\3.2.0\1ab4ef09c814142be2fafc6d40c9bc242921ca12\spring-boot-starter-jdbc-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter\3.2.0\4d0cc70617a9febbbc6ad81562e930d93f7b2665\spring-boot-starter-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.h2database\h2\2.2.224\7bdade27d8cd197d9b5ce9dc251f41d2edc5f7ad\h2-2.2.224.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.github.hyperskill\hs-test\release-SNAPSHOT\39580a2649085a45df136994ffb1ebb683e7bd30\hs-test-release-SNAPSHOT.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator-autoconfigure\3.2.0\9795fad75af563e062656b8b9417a3c3c56b0fd9\spring-boot-actuator-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-autoconfigure\3.2.0\29b231378146bd6606e75389297f3a7d55476b87\spring-boot-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator\3.2.0\bf991f1c5b3bee22a93c22641bb5a079f0a42963\spring-boot-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-logging\3.2.0\54998ab18f16e8d3a6e46c3d326f2de41c0b1ce0\spring-boot-starter-logging-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-tomcat\3.2.0\fc758099e394fe5646d9e36883fab38da4b26e22\spring-boot-starter-tomcat-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-jpa\3.2.0\59e49a0eca3d02c3dc593e7a881c19b932641894\spring-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.annotation\jakarta.annotation-api\2.1.1\48b9bda22b091b1f48b13af03fe36db3be6e1ae3\jakarta.annotation-api-2.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-webmvc\6.1.1\76c4408b67828aa9656f5955dc2c1c4c0e1b6da3\spring-webmvc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-web\6.2.0\279f836f90d0b7d394abe115e5504b2ff4b66643\spring-security-web-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-web\6.1.1\4eeb5f2edb9f04d00357edcc56b59d3874b3b453\spring-web-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-config\6.2.0\bcfe1e3d9aaa2cdfc46e48ae6c22dccfca5d77da\spring-security-config-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-core\6.2.0\7542f0da00c7bbe5a3f32a8710490a62c396ff52\spring-security-core-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-context\6.1.1\610d7dd3f62d22d42b993a201e3110649b68e17\spring-context-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aop\6.1.1\66cb0e08770d4523ae3976b0b791cde767466c61\spring-aop-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-orm\6.1.1\e9672bb788f74ed12f9ad9e2bf12eb9e4d7c8695\spring-orm-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jdbc\6.1.1\92f1f65c3d8ccee4a86cd8f85a446d99f2915833\spring-jdbc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-commons\3.2.0\1c98c48b9fde0624337e19f3577fce20d19b78ea\spring-data-commons-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-tx\6.1.1\100cf99c3e41b12eab810d780c0e6e3905c51c12\spring-tx-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-beans\6.1.1\6af88af13193acf2197bc0a42f0ec4e5c481bfe9\spring-beans-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-expression\6.1.1\807700a64cb055ed85af189d1fa0702bc0d2efba\spring-expression-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-core\6.1.1\22d73bef97aff8a74a992716fe1aafc8f8a8a68d\spring-core-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.yaml\snakeyaml\2.2\3af797a25458550a16bf89acc8e4ab2b7f2bfce0\snakeyaml-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-jakarta9\1.12.0\d44ea5a6e7f1c1de8a33827797d3f081f798d34\micrometer-jakarta9-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-core\1.12.0\830b242b1617b1508098fc4568b71f47336012d3\micrometer-core-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-observation\1.12.0\4f4981faa7968441d0092107df9b750e057374af\micrometer-observation-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.orm\hibernate-core\6.3.1.Final\1101d7e09e4853a110fd27a6f35c906f5709ac4f\hibernate-core-6.3.1.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aspects\6.1.1\bfcb6682e205b4ef6ae7986ac7ea35eae29f31f4\spring-aspects-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing-junit\3.17.1\cd7965b9f5abe57b5f9ef0f7058fd06cd7772dca\assertj-swing-junit-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\junit\junit\4.13.2\8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12\junit-4.13.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.13\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\httpclient-4.5.13.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.10.1\b3add478d4382b78ea20b1671390a858002feb6c\gson-2.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.4.11\54450c0c783e896a1a6d88c043bd2f1daba1c382\logback-classic-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-to-slf4j\2.21.1\d77b2ba81711ed596cd797cc2b5b5bd7409d841c\log4j-to-slf4j-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\jul-to-slf4j\2.0.9\9ef7c70b248185845f013f49a33ff9ca65b7975\jul-to-slf4j-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jcl\6.1.1\69ebbf7bad707d34e81d00213c756bc6fcc31dd7\spring-jcl-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jdk8\2.15.3\80158cb020c7bd4e4ba94d8d752a65729dc943b2\jackson-datatype-jdk8-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.module\jackson-module-parameter-names\2.15.3\8d251b90c5358677e7d8161e0c2488e6f84f49da\jackson-module-parameter-names-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-annotations\2.15.3\79baf4e605eb3bbb60b1c475d44a7aecceea1d60\jackson-annotations-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-core\2.15.3\60d600567c1862840397bf9ff5a92398edc5797b\jackson-core-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jsr310\2.15.3\4a20a0e104931bfa72f24ef358c2eb63f1ef2aaf\jackson-datatype-jsr310-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-databind\2.15.3\a734bc2c47a9453c4efa772461a3aeb273c010d9\jackson-databind-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-commons\1.12.0\2436654d439bd4ff6aad6419519357be8ba4f0d\micrometer-commons-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-websocket\10.1.16\5c372739ee9409b47c474d8d47d276a7cd9bc2b\tomcat-embed-websocket-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-core\10.1.16\176162fb3998856a90436826034ffe5d25beaeb9\tomcat-embed-core-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-el\10.1.16\f057e54bfffe99df7f0d04cd4e688e55bf8a0da5\tomcat-embed-el-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.aspectj\aspectjweaver\1.9.20.1\33b0e41476658229933eec7134678cf336e66dd4\aspectjweaver-1.9.20.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.zaxxer\HikariCP\5.0.1\a74c7f0a37046846e88d54f7cb6ea6d565c65f9c\HikariCP-5.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.persistence\jakarta.persistence-api\3.1.0\66901fa1c373c6aff65c13791cc11da72060a8d6\jakarta.persistence-api-3.1.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.transaction\jakarta.transaction-api\2.0.1\51a520e3fae406abb84e2e1148e6746ce3f80a1a\jakarta.transaction-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.jboss.logging\jboss-logging\3.5.3.Final\c88fc1d8a96d4c3491f55d4317458ccad53ca663\jboss-logging-3.5.3.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.common\hibernate-commons-annotations\6.0.6.Final\77a5f94b56d49508e0ee334751db5b78e5ccd50c\hibernate-commons-annotations-6.0.6.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.smallrye\jandex\3.1.2\a6c1c89925c7df06242b03dddb353116ceb9584c\jandex-3.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml\classmate\1.6.0\91affab6f84a2182fce5dd72a8d01bc14346dddd\classmate-1.6.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing\3.17.1\9b920f1edbd694d39a0fc212ad26ae3a79247305\assertj-swing-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-core\3.24.2\ebbf338e33f893139459ce5df023115971c2786f\assertj-core-3.24.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy\1.14.10\8117daf4a612122eb4f517f66adff778cb8b4737\byte-buddy-1.14.10.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-runtime\4.0.4\7180c50ef8bd127bb1dd645458b906cffcf6c2b5\jaxb-runtime-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-core\4.0.4\2d5aadd02af86f1e9d8c6f7e8501673f915d4e25\jaxb-core-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.xml.bind\jakarta.xml.bind-api\4.0.1\ca2330866cbc624c7e5ce982e121db1125d23e15\jakarta.xml.bind-api-4.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.inject\jakarta.inject-api\2.0.1\4c28afe1991a941d7702fe1362c365f0a8641d1e\jakarta.inject-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.antlr\antlr4-runtime\4.10.1\10839f875928f59c622d675091d51a43ea0dc5f7\antlr4-runtime-4.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\2.0.9\7cf2726fdcfbc8610f9a71fb3ed639871f315340\slf4j-api-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest-core\2.2\3f2bd07716a31c395e2837254f37f21f0f0ab24b\hamcrest-core-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-reflect\1.4.1\2b92d5275e92a49e16c7ce6bd7e46b9080db0530\fest-reflect-1.4.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.16\51cf043c87253c9f58b539c9f7e44c8894223850\httpcore-4.4.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.16.0\4e3eb3d79888d76b54e28b350915b5dc3919c9de\commons-codec-1.16.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.4.11\2f9f280219a9922a74200eaf7138c4c17fb87c0f\logback-core-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.21.1\74c65e87b9ce1694a01524e192d7be989ba70486\log4j-api-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hdrhistogram\HdrHistogram\2.1.12\6eb7552156e0d517ae80cc2247be1427c8d90452\HdrHistogram-2.1.12.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.latencyutils\LatencyUtils\2.0.3\769c0b82cb2421c8256300e907298a9410a2a3d3\LatencyUtils-2.0.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.eclipse.angus\angus-activation\2.0.1\eaafaf4eb71b400e4136fc3a286f50e34a68ecb7\angus-activation-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.activation\jakarta.activation-api\2.1.2\640c0d5aff45dbff1e1a1bc09673ff3a02b1ba12\jakarta.activation-api-2.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-crypto\6.2.0\7cee6007ede44a19a3773912dbdac86ff53d0549\spring-security-crypto-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest\2.2\1820c0968dba3a11a1b30669bb1f01978a91dedc\hamcrest-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-util\1.2.5\c4a8d7305b23b8d043be12c979813b096df11f44\fest-util-1.2.5.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\txw2\4.0.4\cfd2bcf08782673ac370694fdf2cf76dbaa607ef\txw2-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.sun.istack\istack-commons-runtime\4.1.2\18ec117c85f3ba0ac65409136afa8e42bc74e739\istack-commons-runtime-4.1.2.jar, java.vm.vendor=Amazon.com Inc., sun.arch.data.model=64, user.variant=, java.vendor.url=https://aws.amazon.com/corretto/, catalina.useNaming=false, user.timezone=America/Vancouver, jakarta.persistence.sharedCache.mode=UNSPECIFIED, org.jboss.logging.provider=slf4j, java.vm.specification.version=17, os.name=Windows 10, jakarta.persistence.nonJtaDataSource=HikariDataSource (HikariPool-1), user.country=CA, sun.java.launcher=SUN_STANDARD, sun.boot.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin, sun.java.command=worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 29', javax.persistence.nonJtaDataSource=HikariDataSource (HikariPool-1), hibernate.transaction.jta.platform=org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform@443b6765, jdk.debug=release, sun.cpu.endian=little, hibernate.cdi.extensions=true, user.home=C:\Users\CMCDERMI, user.language=en, java.specification.vendor=Oracle Corporation, org.gradle.native=false, java.version.date=2024-01-16, java.home=C:\Users\CMCDERMI\.jdks\corretto-17.0.10, file.separator=\, java.vm.compressedOopsMode=32-bit, line.separator=
?[0m?[0;34m, hibernate.persistenceUnitName=default, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, FILE_LOG_CHARSET=UTF-8, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl, java.awt.headless=true, jakarta.persistence.validation.mode=NONE, hibernate.hbm2ddl.auto=update, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7-LTS, user.name=CMCDERMI, path.separator=;, os.version=10.0, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, java.vm.name=OpenJDK 64-Bit Server VM, java.vendor.version=Corretto-17.0.10.7.1, java.vendor.url.bug=https://github.com/corretto/corretto-17/issues/, java.io.tmpdir=C:\Users\CMCDERMI\AppData\Local\Temp\, catalina.home=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, java.version=17.0.10, hibernate.physical_naming_strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy, user.dir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, PID=29008, org.gradle.internal.worker.tmpdir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\tmp\test\work, sun.os.patch.level=, CONSOLE_LOG_CHARSET=UTF-8, catalina.base=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@a72925, native.encoding=Cp1252, java.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., java.vendor=Amazon.com Inc., java.vm.info=mixed mode, sharing, java.vm.version=17.0.10+7-LTS, sun.io.unicode.encoding=UnicodeLittle, hibernate.archive.scanner=org.hibernate.boot.archive.scan.internal.DisabledScanner, hibernate.connection.datasource=HikariDataSource (HikariPool-1), java.class.version=61.0}
?[0m?[0;34m2025-01-06T15:09:51.509-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Session factory constructed with filter configurations : {}
?[0m?[0;34m2025-01-06T15:09:51.553-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.553-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.553-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.554-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.554-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@1f6ba47b] under count; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.555-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@7b11ff9a] under every; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.555-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@3bd79444] under any; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(floor)] under floor; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ceiling)] under ceiling; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(mod)] under mod; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(abs)] under abs; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sign)] under sign; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sqrt)] under sqrt; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ln)] under ln; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(exp)] under exp; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(power)] under power; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(round)] under round; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sin)] under sin; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cos)] under cos; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(tan)] under tan; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(asin)] under asin; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(acos)] under acos; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan)] under atan; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.556-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan2)] under atan2; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.558-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2a666c8e] under sinh; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.558-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@18adc20a] under cosh; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.558-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@7e7987b8] under tanh; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.558-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@6bcfb561] under pi; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.558-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@7254a68a] under log; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(coalesce)] under coalesce; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nullif)] under nullif; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(left)] under left; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(right)] under right; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(replace)] under replace; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(concat)] under concat; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lower)] under lower; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(upper)] under upper; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substring)] under substring; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(locate)] under locate; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(character_length)] under character_length; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.559-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : length -> character_length
?[0m?[0;34m2025-01-06T15:09:51.560-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LocatePositionEmulation@73bcd9b4] under position; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.561-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InsertSubstringOverlayEmulation@1af78e37] under overlay; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.561-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TrimFunction@7a2ffb0b] under trim; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.562-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastFunction@6e96f3cd] under cast; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.562-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@4a0ee0ba] under collate; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.562-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ExtractFunction@7c751692] under extract; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.562-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(least)] under least; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.562-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(greatest)] under greatest; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.563-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CoalesceIfnullEmulation@247a8411] under ifnull; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.563-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lpad)] under lpad; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.563-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rpad)] under rpad; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.563-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LpadRpadPadEmulation@7683ea43] under pad; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.563-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastStrEmulation@3a0b6aff] under str; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.564-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@43edd2ea] under format; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampaddFunction@3b663112] under timestampadd; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampdiffFunction@23ee70a7] under timestampdiff; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : dateadd -> timestampadd
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : datediff -> timestampdiff
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@4acdf6e7] under current_date; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@2de82bf8] under current_time; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@7804a783] under current_timestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.565-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current date -> current_date
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current time -> current_time
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current timestamp -> current_timestamp
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@54ec8ab3] under local_date; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@71b32407] under local_time; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@1d686622] under local_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@400df2b3] under offset_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local date -> local_date
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local time -> local_time
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local datetime -> local_datetime
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : offset datetime -> offset_datetime
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@70044113] under instant; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current_instant -> instant
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.SqlFunction@3b11deb6] under sql; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was NamedSqmFunctionTemplate(max)
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was NamedSqmFunctionTemplate(min)
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was NamedSqmFunctionTemplate(sum)
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:09:51.566-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@5d08a65c] under count; prior registration was org.hibernate.dialect.function.CountFunction@1f6ba47b
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.AvgFunction@608c7b5b] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(pi)] under pi; prior registration was org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@6bcfb561
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cot)] under cot; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(radians)] under radians; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(degrees)] under degrees; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(log10)] under log10; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2643ed03] under mod; prior registration was NamedSqmFunctionTemplate(mod)
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rand)] under rand; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(soundex)] under soundex; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(translate)] under translate; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitand)] under bitand; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitor)] under bitor; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitxor)] under bitxor; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_and)] under bit_and; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_or)] under bit_or; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day)] under day; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(month)] under month; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(year)] under year; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(hour)] under hour; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(minute)] under minute; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(second)] under second; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(microsecond)] under microsecond; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_week)] under day_of_week; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_month)] under day_of_month; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : day -> day_of_month
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_year)] under day_of_year; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(week)] under week; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(quarter)] under quarter; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(monthname)] under monthname; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(dayname)] under dayname; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under localtime; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under localtimestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under local_time; prior registration was org.hibernate.dialect.function.CurrentFunction@71b32407
?[0m?[0;34m2025-01-06T15:09:51.567-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under local_datetime; prior registration was org.hibernate.dialect.function.CurrentFunction@1d686622
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TruncFunction@6520625f] under trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : truncate -> trunc
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@1ee52741] under date_trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_length)] under bit_length; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ascii)] under ascii; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was NamedSqmFunctionTemplate(octet_length)
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(space)] under space; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(repeat)] under repeat; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(char)] under char; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : chr -> char
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(instr)] under instr; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substr)] under substr; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.568-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2f5a092e] under position; prior registration was org.hibernate.dialect.function.LocatePositionEmulation@73bcd9b4
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ltrim)] under ltrim; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rtrim)] under rtrim; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@1640a6b5] under concat; prior registration was NamedSqmFunctionTemplate(concat)
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curtime)] under curtime; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curdate)] under curdate; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(now)] under now; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sysdate)] under sysdate; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(insert)] under insert; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_and)] under bool_and; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : every -> bool_and
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_or)] under bool_or; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : any -> bool_or
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(median)] under median; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_pop)] under stddev_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_samp)] under stddev_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_pop)] under var_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_samp)] under var_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@70940cb8] under format; prior registration was org.hibernate.dialect.function.FormatFunction@43edd2ea
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rownum)] under rownum; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(row_number)] under row_number; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.569-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lag)] under lag; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.570-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lead)] under lead; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.570-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(first_value)] under first_value; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.570-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(last_value)] under last_value; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.570-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nth_value)] under nth_value; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.570-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ListaggFunction@7bbe532b] under listagg; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@63ccb1b2] under mode; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@1165a952] under percentile_cont; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@1b868ef0] under percentile_disc; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@5a5b394] under rank; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@6c9b6332] under dense_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@384b3fe7] under percent_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.571-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@4889fbba] under cume_dist; prior registration was null
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : abs(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double acos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean any(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer ascii(STRING arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double asin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan2(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double avg(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_and(arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer bit_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_or(arg)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitand(arg0, arg1)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitxor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_and(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_or(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : cast(arg as Type)
?[0m?[0;34m2025-01-06T15:09:51.572-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ceiling(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character char(INTEGER arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer character_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character chr(INTEGER arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : coalesce(arg0[, arg1[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String collate(STRING string as COLLATION collation)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String concat(STRING string0[, STRING string1[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cosh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cot(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long count([distinct ]{arg|*})
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cume_dist([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date curdate()
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current date
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current time
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current timestamp
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current_date
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant current_instant
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current_time
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current_timestamp
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time curtime()
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : date_trunc(STRING field, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : dateadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@2(java.lang.Long,-5)|basicType@15(java.lang.Double,8) datediff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_month(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_week(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_year(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String dayname(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double degrees(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long dense_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean every(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double exp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : extract(TEMPORAL_UNIT field from TEMPORAL arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : first_valueANY value
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : floor(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String format(TEMPORAL datetime as STRING pattern)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : greatest(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer hour(TIME arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ifnull(arg0, arg1)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String insert(STRING string, INTEGER start, INTEGER length, STRING replacement)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant instant
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer instr(STRING string, STRING pattern[, INTEGER start[, INTEGER occurrence]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : lagANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : last_valueANY value
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : leadANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : least(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String left(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String listagg(STRING arg0, STRING arg1)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double ln(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local date
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local datetime
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local time
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local_date
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local_datetime
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local_time
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time localtime
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp localtimestamp
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer locate(STRING pattern, STRING string[, INTEGER start])
?[0m?[0;34m2025-01-06T15:09:51.573-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log(NUMERIC base, NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log10(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lower(STRING string)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String ltrim(STRING string)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : max(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double median(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer microsecond(TIME arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : min(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer minute(TIME arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer mod(INTEGER arg0, INTEGER arg1)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : mode()
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer month(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String monthname(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp now()
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nth_valueANY value, INTEGER nth
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nullif(arg0, arg1)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer octet_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset datetime
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset_datetime
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String overlay(STRING string placing STRING replacement from INTEGER start[ for INTEGER length])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String pad(STRING string with INTEGER length {leading|trailing}[ STRING character])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double percent_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_cont(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_disc(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double pi
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer position(STRING pattern in STRING string)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double power(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer quarter(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double radians(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double rand([INTEGER seed])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String repeat(STRING string, INTEGER times)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String replace(STRING string, STRING pattern, STRING replacement)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String right(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : round(NUMERIC number[, INTEGER places])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long row_number()
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rownum()
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rtrim(STRING string)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer second(TIME arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer sign(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sinh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String soundex(arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String space(INTEGER arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Object sql
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sqrt(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String str(arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substr(STRING string, INTEGER start[, INTEGER length])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substring(STRING string{ from|,} INTEGER start[{ for|,} INTEGER length])
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : sum(arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp sysdate
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tanh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : timestampadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@2(java.lang.Long,-5)|basicType@15(java.lang.Double,8) timestampdiff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String translate(STRING arg0, STRING arg1, STRING arg2)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String trim([[{leading|trailing|both} ][STRING arg0 ]from] STRING arg1)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : trunc( ... )
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : truncate( ... )
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String upper(STRING string)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer week(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.574-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer year(DATE arg)
?[0m?[0;34m2025-01-06T15:09:51.581-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.query.plan.cache : Starting QueryInterpretationCache(2048)
?[0m?[0;34m2025-01-06T15:09:51.634-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:09:51.635-08:00 DEBUG 29008 --- [ Test worker] h.e.i.EntityCopyObserverFactoryInitiator : Configured EntityCopyObserver strategy: disallow
?[0m?[0;34m2025-01-06T15:09:51.681-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:09:51.681-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:09:52.014-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.User]: private accessor [locked]
?[0m?[0;34m2025-01-06T15:09:52.035-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:09:52.035-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:52.076-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.Recipe]: private accessor [category]
?[0m?[0;34m2025-01-06T15:09:52.099-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:52.101-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:52.121-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting post-init callbacks
?[0m?[0;34m2025-01-06T15:09:52.121-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.User) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:09:52.121-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions)#finishInitialization
?[0m?[0;34m2025-01-06T15:09:52.121-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions) - key descriptor
?[0m?[0;34m2025-01-06T15:09:52.123-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients)#finishInitialization
?[0m?[0;34m2025-01-06T15:09:52.123-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients) - key descriptor
?[0m?[0;34m2025-01-06T15:09:52.124-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.Recipe) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:09:52.171-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.User
?[0m?[0;34m2025-01-06T15:09:52.171-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from users where id=?
?[0m?[0;34m2025-01-06T15:09:52.171-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:52.171-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update users set locked=?,password=?,username=? where id=?
?[0m?[0;34m2025-01-06T15:09:52.171-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from users where id=?
?[0m?[0;34m2025-01-06T15:09:52.182-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:52.184-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User)] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:52.203-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User.username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.205-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from recipe where id=?
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update recipe set category=?,date=?,description=?,name=?,user_id=? where id=?
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from recipe where id=?
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:09:52.211-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe)] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:09:52.213-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe.userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.213-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.214-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : d1_0
?[0m?[0;34m2025-01-06T15:09:52.215-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.directions)] with identifierForTableGroup [recipes.model.Recipe.directions] for NavigablePath [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:09:52.220-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.directions` -> `{element}`
?[0m?[0;34m2025-01-06T15:09:52.221-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.directions]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.221-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (d1 : recipes.model.Recipe.directions) {
?[0m?[0;34m primaryTableReference : recipe_directions as d1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.221-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:52.221-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:52.221-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_directions where recipe_id=? and directions=?
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_directions where recipe_id=?
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : i1_0
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.ingredients)] with identifierForTableGroup [recipes.model.Recipe.ingredients] for NavigablePath [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.ingredients` -> `{element}`
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.ingredients]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.222-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (i1 : recipes.model.Recipe.ingredients) {
?[0m?[0;34m primaryTableReference : recipe_ingredients as i1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.223-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:52.223-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:52.223-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_ingredients where recipe_id=? and ingredients=?
?[0m?[0;34m2025-01-06T15:09:52.223-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_ingredients where recipe_id=?
?[0m?[0;34m2025-01-06T15:09:52.246-08:00 INFO 29008 --- [ Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
?[0m?[0;34m2025-01-06T15:09:52.246-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@dd77e0d] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@7680beac]
?[0m?[0;34m2025-01-06T15:09:52.248-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named HQL queries
?[0m?[0;34m2025-01-06T15:09:52.248-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named SQL queries
?[0m?[0;34m2025-01-06T15:09:52.286-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : create table recipe (id bigint generated by default as identity, category varchar(255), date timestamp(6), description varchar(255), name varchar(255), user_id bigint, primary key (id))
?[0m?[0;34m2025-01-06T15:09:52.294-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : create table recipe_directions (recipe_id bigint not null, directions varchar(255))
?[0m?[0;34m2025-01-06T15:09:52.294-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : create table recipe_ingredients (recipe_id bigint not null, ingredients varchar(255))
?[0m?[0;34m2025-01-06T15:09:52.295-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : create table users (id bigint generated by default as identity, locked varchar(255), password varchar(255), username varchar(255), primary key (id))
?[0m?[0;34m2025-01-06T15:09:52.296-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : alter table if exists recipe_directions add constraint FKkopnyxdjmwwlt5vlvw4rd28gy foreign key (recipe_id) references recipe
?[0m?[0;34m2025-01-06T15:09:52.300-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.SQL : alter table if exists recipe_ingredients add constraint FKhnsmvxdlwxqq6x2wbgnoef5gr foreign key (recipe_id) references recipe
?[0m?[0;34m2025-01-06T15:09:52.302-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@fefd4a2
?[0m?[0;34m2025-01-06T15:09:52.302-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Registering SessionFactory: 296d065e-c2ef-4106-b194-8e55b0434e18 (<unnamed>)
?[0m?[0;34m2025-01-06T15:09:52.302-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Not binding SessionFactory to JNDI, no JNDI name configured
?[0m?[0;34m2025-01-06T15:09:52.302-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiated SessionFactory
?[0m?[0;34m2025-01-06T15:09:52.302-08:00 INFO 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:09:52.309-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipesApplication'
?[0m?[0;34m2025-01-06T15:09:52.312-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:09:52.314-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityConfig'
?[0m?[0;34m2025-01-06T15:09:52.317-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:09:52.318-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userRepository'
?[0m?[0;34m2025-01-06T15:09:52.326-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#0'
?[0m?[0;34m2025-01-06T15:09:52.332-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.UserRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:09:52.345-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaSharedEM_entityManagerFactory'
?[0m?[0;34m2025-01-06T15:09:52.430-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaMappingContext'
?[0m?[0;34m2025-01-06T15:09:52.432-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Initializing JpaMetamodelMappingContext…
?[0m?[0;34m2025-01-06T15:09:52.463-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Finished initializing JpaMetamodelMappingContext
?[0m?[0;34m2025-01-06T15:09:52.526-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:52.623-08:00 DEBUG 29008 --- [ Test worker] o.h.stat.internal.StatisticsInitiator : Statistics initialized [enabled=false]
?[0m?[0;34m2025-01-06T15:09:52.634-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:52.647-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener'
?[0m?[0;34m2025-01-06T15:09:52.647-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:52.648-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:52.650-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:09:52.656-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:09:52.772-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.UserRepository…
?[0m?[0;34m2025-01-06T15:09:52.820-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:52.925-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:09:52.927-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.933-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:09:52.937-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:52.989-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.findByUsername
?[0m?[0;34m2025-01-06T15:09:52.989-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:52.993-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.findByUsername
?[0m?[0;34m2025-01-06T15:09:52.993-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:52.997-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.UserRepository.
?[0m?[0;34m2025-01-06T15:09:53.018-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'customUserDetailsService' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:09:53.021-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:09:53.021-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:09:53.025-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeController'
?[0m?[0;34m2025-01-06T15:09:53.035-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeService'
?[0m?[0;34m2025-01-06T15:09:53.036-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeRepository'
?[0m?[0;34m2025-01-06T15:09:53.037-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#1'
?[0m?[0;34m2025-01-06T15:09:53.038-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.RecipeRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:09:53.040-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:53.046-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.RecipeRepository…
?[0m?[0;34m2025-01-06T15:09:53.046-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:53.055-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:09:53.055-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:53.068-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:09:53.068-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:53.085-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:09:53.086-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:53.094-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:09:53.094-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:53.103-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.RecipeRepository.
?[0m?[0;34m2025-01-06T15:09:53.113-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeService' via constructor to bean named 'recipeRepository'
?[0m?[0;34m2025-01-06T15:09:53.115-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'recipeService'
?[0m?[0;34m2025-01-06T15:09:53.115-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:09:53.117-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resgisterController'
?[0m?[0;34m2025-01-06T15:09:53.121-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'passwordEncoder'
?[0m?[0;34m2025-01-06T15:09:53.128-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChain'
?[0m?[0;34m2025-01-06T15:09:53.129-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.137-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:09:53.138-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.139-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:53.143-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.145-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer'
?[0m?[0;34m2025-01-06T15:09:53.145-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:09:53.151-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.153-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:09:53.153-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.158-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:53.158-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.160-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:09:53.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:09:53.172-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:09:53.172-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:53.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
?[0m?[0;34m2025-01-06T15:09:53.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:09:53.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:09:53.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:53.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptorConfigurer'
?[0m?[0;34m2025-01-06T15:09:53.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:09:53.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:09:53.190-08:00 WARN 29008 --- [ Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
?[0m?[0;34m2025-01-06T15:09:53.196-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openEntityManagerInViewInterceptorConfigurer' via factory method to bean named 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:09:53.199-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.206-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.207-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer'
?[0m?[0;34m2025-01-06T15:09:53.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:09:53.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.215-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:09:53.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManagerBuilder'
?[0m?[0;34m2025-01-06T15:09:53.249-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:09:53.249-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.250-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationEventPublisher'
?[0m?[0;34m2025-01-06T15:09:53.250-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.252-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.273-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration$WebSecurityEnablerConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.462-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChain' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:09:53.476-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector'
?[0m?[0;34m2025-01-06T15:09:53.485-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.486-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.517-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.573-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.573-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.573-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.573-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.581-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.583-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:53.583-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.583-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.646-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.RecipeController:
?[0m?[0;34m {GET [/api/recipe/{id}]}: getRecipe(String)
?[0m?[0;34m {DELETE [/api/recipe/{id}]}: deleteRecipe(String)
?[0m?[0;34m {PUT [/api/recipe/{id}]}: updateRecipe(Long,Recipe)
?[0m?[0;34m {POST [/api/recipe/new]}: addRecipe(Recipe)
?[0m?[0;34m {GET [/api/recipe/search/]}: searchRecipe(String,String)
?[0m?[0;34m2025-01-06T15:09:53.655-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.ResgisterController:
?[0m?[0;34m {POST [/api/register]}: registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:53.660-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m o.s.b.a.w.s.e.BasicErrorController:
?[0m?[0;34m { [/error]}: error(HttpServletRequest)
?[0m?[0;34m { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
?[0m?[0;34m2025-01-06T15:09:53.663-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 8 mappings in 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.670-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.673-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.674-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.674-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.678-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {}
?[0m?[0;34m2025-01-06T15:09:53.680-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping'
?[0m?[0;34m2025-01-06T15:09:53.681-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.681-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
?[0m?[0;34m2025-01-06T15:09:53.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.692-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
?[0m?[0;34m2025-01-06T15:09:53.692-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.693-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:53.700-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
?[0m?[0;34m2025-01-06T15:09:53.701-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.702-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:09:53.702-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.704-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.705-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:09:53.705-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.706-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:09:53.709-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:09:53.710-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
?[0m?[0;34m2025-01-06T15:09:53.710-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.721-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModule'
?[0m?[0;34m2025-01-06T15:09:53.721-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.723-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:09:53.723-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.730-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.730-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:09:53.733-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
?[0m?[0;34m2025-01-06T15:09:53.733-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.739-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonGeoModule'
?[0m?[0;34m2025-01-06T15:09:53.739-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.748-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.748-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:09:53.754-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
?[0m?[0;34m2025-01-06T15:09:53.780-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:09:53.804-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.804-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:53.804-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:53.804-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:09:53.844-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]}
?[0m?[0;34m2025-01-06T15:09:53.845-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.846-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:53.846-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.847-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:53.848-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:09:53.848-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.866-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:09:53.869-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:09:53.869-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:09:53.871-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor'
?[0m?[0;34m2025-01-06T15:09:53.871-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:53.875-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:09:53.883-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:09:53.883-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.885-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:53.890-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:53.890-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:53.894-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthStatusAggregator'
?[0m?[0;34m2025-01-06T15:09:53.894-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:53.902-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthHttpCodeStatusMapper'
?[0m?[0;34m2025-01-06T15:09:53.903-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:53.917-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:53.917-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:09:53.921-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:09:53.922-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.968-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpoint'
?[0m?[0;34m2025-01-06T15:09:53.969-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:09:53.971-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:09:53.971-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.973-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:09:53.977-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:09:53.983-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:09:53.984-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.986-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:09:53.986-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:53.991-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:09:53.993-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:53.994-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:09:54.004-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:54.004-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:09:54.004-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:09:54.004-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:09:54.004-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:09:54.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:09:54.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:09:54.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.015-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.016-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.018-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.020-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.037-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.040-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:54.040-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.049-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beansEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.049-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.051-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:54.110-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:09:54.110-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachesEndpointWebExtension' via factory method to bean named 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.119-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:09:54.119-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.121-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:09:54.121-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:09:54.121-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.125-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'infoEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.125-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.129-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conditionsReportEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.130-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.131-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:54.134-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shutdownEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.134-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.148-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:09:54.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.154-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:09:54.155-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.155-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.158-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggersEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.158-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.160-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem'
?[0m?[0;34m2025-01-06T15:09:54.165-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'heapDumpWebEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.165-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.170-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dumpEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:54.182-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledTasksEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.182-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingsEndpoint'
?[0m?[0;34m2025-01-06T15:09:54.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:54.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:09:54.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:09:54.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.196-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'filterMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:09:54.223-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:54.223-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.227-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.228-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:09:54.231-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.235-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:54.242-08:00 INFO 29008 --- [ Test worker] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
?[0m?[0;34m2025-01-06T15:09:54.256-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointHandlerMapping'
?[0m?[0;34m2025-01-06T15:09:54.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.307-08:00 INFO 29008 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6559cbdd, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7219a228, org.springframework.security.web.context.SecurityContextHolderFilter@6afd0ef8, org.springframework.security.web.header.HeaderWriterFilter@6903bec9, org.springframework.web.filter.CorsFilter@52b53172, org.springframework.security.web.authentication.logout.LogoutFilter@4f86cd50, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2de3ac17, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@444958a4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e5e7f4c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5c1dc4e9, org.springframework.security.web.session.SessionManagementFilter@2a64e2d0, org.springframework.security.web.access.ExceptionTranslationFilter@69c03fa2, org.springframework.security.web.access.intercept.AuthorizationFilter@a43a21e]
?[0m?[0;34m2025-01-06T15:09:54.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManager'
?[0m?[0;34m2025-01-06T15:09:54.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManager' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:09:54.312-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.313-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter'
?[0m?[0;34m2025-01-06T15:09:54.316-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.317-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.317-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.318-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:09:54.319-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:09:54.320-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:09:54.324-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.324-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:09:54.325-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:09:54.327-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.327-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:09:54.328-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:09:54.330-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.331-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.332-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.333-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
?[0m?[0;34m2025-01-06T15:09:54.334-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
?[0m?[0;34m2025-01-06T15:09:54.335-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.335-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c'
?[0m?[0;34m2025-01-06T15:09:54.335-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:09:54.336-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
?[0m?[0;34m2025-01-06T15:09:54.337-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
?[0m?[0;34m2025-01-06T15:09:54.339-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
?[0m?[0;34m2025-01-06T15:09:54.340-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
?[0m?[0;34m2025-01-06T15:09:54.342-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver'
?[0m?[0;34m2025-01-06T15:09:54.345-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver'
?[0m?[0;34m2025-01-06T15:09:54.347-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager'
?[0m?[0;34m2025-01-06T15:09:54.350-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
?[0m?[0;34m2025-01-06T15:09:54.352-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser'
?[0m?[0;34m2025-01-06T15:09:54.353-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
?[0m?[0;34m2025-01-06T15:09:54.355-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
?[0m?[0;34m2025-01-06T15:09:54.357-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:09:54.358-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:54.358-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:54.358-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
?[0m?[0;34m2025-01-06T15:09:54.364-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortResolver'
?[0m?[0;34m2025-01-06T15:09:54.366-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.366-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.367-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:09:54.369-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:09:54.374-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableResolver'
?[0m?[0;34m2025-01-06T15:09:54.376-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.382-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:09:54.383-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:09:54.388-08:00 DEBUG 29008 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:09:54.401-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:09:54.429-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter'
?[0m?[0;34m2025-01-06T15:09:54.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
?[0m?[0;34m2025-01-06T15:09:54.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:09:54.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:09:54.434-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
?[0m?[0;34m2025-01-06T15:09:54.435-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
?[0m?[0;34m2025-01-06T15:09:54.436-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
?[0m?[0;34m2025-01-06T15:09:54.436-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:54.439-08:00 DEBUG 29008 --- [ Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:09:54.442-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
?[0m?[0;34m2025-01-06T15:09:54.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:09:54.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator'
?[0m?[0;34m2025-01-06T15:09:54.446-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
?[0m?[0;34m2025-01-06T15:09:54.453-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:09:54.454-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4d6f197e'
?[0m?[0;34m2025-01-06T15:09:54.455-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:09:54.458-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.459-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.460-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability'
?[0m?[0;34m2025-01-06T15:09:54.462-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.464-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.465-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:09:54.466-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:54.466-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.467-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.467-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.468-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
?[0m?[0;34m2025-01-06T15:09:54.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionExecutionListeners'
?[0m?[0;34m2025-01-06T15:09:54.472-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
?[0m?[0;34m2025-01-06T15:09:54.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$PersistenceManagedTypesConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.476-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager'
?[0m?[0;34m2025-01-06T15:09:54.488-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.489-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.490-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebChildContextFactory'
?[0m?[0;34m2025-01-06T15:09:54.490-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'managementServletContext'
?[0m?[0;34m2025-01-06T15:09:54.491-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.493-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator'
?[0m?[0;34m2025-01-06T15:09:54.493-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.493-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:09:54.494-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.497-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:09:54.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:09:54.500-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.505-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties'
?[0m?[0;34m2025-01-06T15:09:54.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappedEndpoints'
?[0m?[0;34m2025-01-06T15:09:54.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:09:54.509-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.510-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties'
?[0m?[0;34m2025-01-06T15:09:54.511-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryCloser'
?[0m?[0;34m2025-01-06T15:09:54.512-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.512-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmGcMetrics'
?[0m?[0;34m2025-01-06T15:09:54.515-08:00 DEBUG 29008 --- [ Test worker] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework
?[0m?[0;34m2025-01-06T15:09:54.520-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmHeapPressureMetrics'
?[0m?[0;34m2025-01-06T15:09:54.524-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmMemoryMetrics'
?[0m?[0;34m2025-01-06T15:09:54.525-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmThreadMetrics'
?[0m?[0;34m2025-01-06T15:09:54.526-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classLoaderMetrics'
?[0m?[0;34m2025-01-06T15:09:54.527-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmInfoMetrics'
?[0m?[0;34m2025-01-06T15:09:54.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmCompilationMetrics'
?[0m?[0;34m2025-01-06T15:09:54.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.529-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logbackMetrics'
?[0m?[0;34m2025-01-06T15:09:54.532-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAspectsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.533-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'countedAspect'
?[0m?[0;34m2025-01-06T15:09:54.533-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'countedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:54.533-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'timedAspect'
?[0m?[0;34m2025-01-06T15:09:54.534-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'timedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:54.535-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.536-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uptimeMetrics'
?[0m?[0;34m2025-01-06T15:09:54.537-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'processorMetrics'
?[0m?[0;34m2025-01-06T15:09:54.538-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileDescriptorMetrics'
?[0m?[0;34m2025-01-06T15:09:54.540-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceMetrics'
?[0m?[0;34m2025-01-06T15:09:54.540-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:09:54.541-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.542-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.542-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariDataSourceMeterBinder'
?[0m?[0;34m2025-01-06T15:09:54.543-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.544-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder'
?[0m?[0;34m2025-01-06T15:09:54.544-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:54.545-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.546-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.546-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'startupTimeMetrics'
?[0m?[0;34m2025-01-06T15:09:54.546-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:54.549-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.550-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:09:54.550-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:09:54.552-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:09:54.555-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.555-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:09:54.556-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:09:54.557-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.557-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:09:54.558-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:09:54.560-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.561-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.572-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eagerTaskExecutorMetrics'
?[0m?[0;34m2025-01-06T15:09:54.575-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.575-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatMetricsBinder'
?[0m?[0;34m2025-01-06T15:09:54.575-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:09:54.576-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observedAspect'
?[0m?[0;34m2025-01-06T15:09:54.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:54.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.578-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.579-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:09:54.579-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.580-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:09:54.582-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardGsonBuilderCustomizer' via factory method to bean named 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:09:54.582-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gsonBuilder' via factory method to bean named 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.588-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gson'
?[0m?[0;34m2025-01-06T15:09:54.589-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gson' via factory method to bean named 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:09:54.591-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.592-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.593-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.593-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.594-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.595-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientSsl'
?[0m?[0;34m2025-01-06T15:09:54.596-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:09:54.597-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientBuilderConfigurer'
?[0m?[0;34m2025-01-06T15:09:54.597-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.597-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.598-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:54.598-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:54.603-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.603-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestTemplateCustomizer'
?[0m?[0;34m2025-01-06T15:09:54.604-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:54.604-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:09:54.605-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.605-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.606-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observabilitySchedulingConfigurer'
?[0m?[0;34m2025-01-06T15:09:54.606-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:09:54.607-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.608-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.609-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.609-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.610-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.610-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.611-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor'
?[0m?[0;34m2025-01-06T15:09:54.611-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:09:54.612-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:09:54.615-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.615-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.616-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.util.JpaMetamodelCacheCleanup'
?[0m?[0;34m2025-01-06T15:09:54.617-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension'
?[0m?[0;34m2025-01-06T15:09:54.618-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'data-jpa.repository-aot-processor#0'
?[0m?[0;34m2025-01-06T15:09:54.623-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar'
?[0m?[0;34m2025-01-06T15:09:54.624-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'offsetResolver'
?[0m?[0;34m2025-01-06T15:09:54.627-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.628-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:09:54.628-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:09:54.629-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:09:54.629-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:09:54.638-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.639-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:09:54.640-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:09:54.647-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.648-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.649-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcClient'
?[0m?[0;34m2025-01-06T15:09:54.649-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:09:54.652-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.663-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'delegatingApplicationListener'
?[0m?[0;34m2025-01-06T15:09:54.664-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:09:54.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webSecurityExpressionHandler'
?[0m?[0;34m2025-01-06T15:09:54.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'privilegeEvaluator'
?[0m?[0;34m2025-01-06T15:09:54.672-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestDataValueProcessor'
?[0m?[0;34m2025-01-06T15:09:54.673-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.674-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.675-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.678-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.678-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.679-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.680-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.680-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate'
?[0m?[0;34m2025-01-06T15:09:54.681-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager'
?[0m?[0;34m2025-01-06T15:09:54.683-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.684-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
?[0m?[0;34m2025-01-06T15:09:54.686-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.687-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMatcherProvider'
?[0m?[0;34m2025-01-06T15:09:54.687-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:09:54.688-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.689-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.689-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.690-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment'
?[0m?[0;34m2025-01-06T15:09:54.691-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:09:54.692-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties'
?[0m?[0;34m2025-01-06T15:09:54.736-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483647
?[0m?[0;34m2025-01-06T15:09:54.736-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'springBootLoggingLifecycle'
?[0m?[0;34m2025-01-06T15:09:54.736-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147481599
?[0m?[0;34m2025-01-06T15:09:54.741-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.744-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.747-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.751-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.755-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.758-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.761-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.764-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.767-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.771-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.launchSpring(SpringTest.java:51) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.launchSpringBootApplication(SpringApplicationRunner.java:20) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.setUp(SpringApplicationRunner.java:35) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.setUp(TestRun.java:77) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:159) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0;34m2025-01-06T15:09:54.780-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=0
?[0m?[0;34m2025-01-06T15:09:54.780-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8881 (http) with context path ''
?[0m?[0;34m2025-01-06T15:09:54.781-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop'
?[0m?[0;34m2025-01-06T15:09:54.781-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482623
?[0m?[0;34m2025-01-06T15:09:54.781-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown'
?[0m?[0;34m2025-01-06T15:09:54.781-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
?[0m?[0;34m2025-01-06T15:09:54.793-08:00 DEBUG 29008 --- [ Test worker] .s.b.a.l.ConditionEvaluationReportLogger :
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m============================
?[0m?[0;34mCONDITIONS EVALUATION REPORT
?[0m?[0;34m============================
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mPositive matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ApplicationAvailabilityAutoConfiguration#applicationAvailability matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration#beansEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration matched:
?[0m?[0;34m - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceInitializationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointOperationParameterMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#basicErrorController matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#errorAttributes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GenericCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gson matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gsonBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthContributorAutoConfiguration#pingHealthContributor matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthContributorRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched:
?[0m?[0;34m - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroups matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthHttpCodeStatusMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthStatusAggregator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'jakarta.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration#characterEncodingFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration#messageConverters matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration#infoEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonEndpointAutoConfiguration#endpointObjectMapper matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactory matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactoryBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#jpaVendorAdapter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#transactionManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.JpaWebConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration#persistenceManagedTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JtaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.transaction.Transaction' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#classLoaderMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmCompilationMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmGcMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmInfoMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmMemoryMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmThreadMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LifecycleAutoConfiguration#defaultLifecycleProcessor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition)
?[0m?[0;34m - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration#logbackMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration#loggersEndpoint matched:
?[0m?[0;34m - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.SameManagementContextConfiguration matched:
?[0m?[0;34m - Management Port actual port type (SAME) matched required type (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#countedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.CountedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#timedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.TimedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration#micrometerClock matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration#metricsEndpoint matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartConfigElement matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NamedParameterJdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration#observationRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientSsl matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration#restTemplateBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksObservabilityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration#authenticationEventPublisher matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration#securityFilterChainRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration#shutdownEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.ShutdownEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration#simpleConfig matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#pageableCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#sortCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SqlInitializationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition)
?[0m?[0;34m
?[0m?[0;34m SslAutoConfiguration#sslBundleRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#diskSpaceMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#fileDescriptorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#processorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#uptimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched:
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#endpointMediaTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#pathMappedEndpoints matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#webEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#formContentFilter matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration#webMvcObservationFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mNegative matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m ActiveMQAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.ClassProxyingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AppOpticsMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ArtemisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AtlasMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AuditAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration#auditEventsEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityProbesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition)
?[0m?[0;34m
?[0m?[0;34m BatchAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BatchObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BraveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Cache2kCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans of type org.springframework.cache.CacheManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CaffeineCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ClientHttpConnectorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m CodecsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionFactoryHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionPoolMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceCheckpointRestoreConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Dbcp2:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Generic:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.OracleUcp:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Tomcat:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DatadogMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DynatraceMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedLdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FreeMarkerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GangliaMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlRSocketAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphiteMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GroovyTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition)
?[0m?[0;34m
?[0m?[0;34m H2ConsoleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.h2.console.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastJpaDependencyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointReactiveWebExtensionConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.hibernate.stat.HibernateMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpHandlerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HumioMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HypermediaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfinispanCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#buildInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#envInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#gitInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#javaInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#osInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationGraphEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JCacheCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseySameManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyServerMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.core.instrument.binder.jersey.server.MetricsApplicationEventListener' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyWebEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JettyMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsTemplateObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JmxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiConnectionFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiDataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiJtaConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JooqAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbHttpMessageConvertersConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KairosMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LettuceMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Log4J2MetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration#logFileWebEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Log File did not find logging file (LogFileWebEndpointAutoConfiguration.LogFileCondition)
?[0m?[0;34m
?[0m?[0;34m MailHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderValidatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.DifferentManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ReactiveWebConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MessageSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
?[0m?[0;34m
?[0m?[0;34m MicrometerTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MustacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NettyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NewRelicMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerJwtAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MetricsWithTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#buildProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#gitProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusExemplarsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcInitializationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcTransactionManagerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketGraphQlClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketRequesterAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketStrategiesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveCloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveHealthEndpointConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementContextAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveMultipartAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveUserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.ReactiveWebApplicationCondition did not find reactive web application classes; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.RSocketSecurityEnabledCondition @ConditionalOnBean (types: org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler; SearchStrategy: all) did not find any beans of type org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler (ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveWebServerFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Hooks' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryRestMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Saml2RelyingPartyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityDataConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SendGridAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedJetty:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedUndertow:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionsEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.FindByIndexNameSessionRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SignalFxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SpringApplicationAdminJmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m
?[0m?[0;34m StackdriverMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m StartupEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition)
?[0m?[0;34m
?[0m?[0;34m StatsdMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThymeleafAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration#transactionalOperator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.AspectJTransactionManagementConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m UserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService,org.springframework.security.authentication.AuthenticationManagerResolver,org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) found beans of type 'org.springframework.security.authentication.AuthenticationManager' authenticationManager and found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' customUserDetailsService (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector', 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ValidationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientObservationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#hiddenHttpMethodFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m WebServiceTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebServicesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSessionIdResolverAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m XADataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'jakarta.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ZipkinAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'zipkin2.reporter.Sender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mExclusions:
?[0m?[0;34m-----------
?[0m?[0;34m
?[0m?[0;34m None
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mUnconditional classes:
?[0m?[0;34m----------------------
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:54.805-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Started RecipesApplication in 7.538 seconds (process running for 8.187)
?[0m?[0;34m2025-01-06T15:09:54.843-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
?[0m?[0;34m2025-01-06T15:09:54.844-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
?[0m?[0;34m2025-01-06T15:09:54.911-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 11:31 AM, Valid until:12/31/29, 11:40 AM
?[0m?[0;34m2025-01-06T15:09:54.912-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 1:28 AM, Valid until:10/26/40, 1:28 AM
?[0m?[0;34m2025-01-06T15:09:54.912-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 1:58 AM, Valid until:8/18/37, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.913-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:1/12/12, 9:27 AM, Valid until:1/12/42, 9:27 AM
?[0m?[0;34m2025-01-06T15:09:54.914-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:6/29/04, 10:06 AM, Valid until:6/29/34, 10:06 AM
?[0m?[0;34m2025-01-06T15:09:54.914-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.915-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.916-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:11/7/06, 11:42 AM, Valid until:12/31/29, 11:52 AM
?[0m?[0;34m2025-01-06T15:09:54.916-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.917-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 10:15 AM, Valid until:2/12/41, 10:15 AM
?[0m?[0;34m2025-01-06T15:09:54.918-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 12:43 AM, Valid until:10/19/35, 12:43 AM
?[0m?[0;34m2025-01-06T15:09:54.918-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:-1114303822, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.919-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 1:38 AM, Valid until:12/31/30, 12:38 AM
?[0m?[0;34m2025-01-06T15:09:54.920-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/7/09, 9:56 PM, Valid until:4/7/29, 9:56 PM
?[0m?[0;34m2025-01-06T15:09:54.921-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-1330153758, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.922-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.922-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:10/1/08, 3:40 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.923-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 10:39 AM, Valid until:6/29/34, 10:39 AM
?[0m?[0;34m2025-01-06T15:09:54.924-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 9:39 AM, Valid until:2/12/41, 9:39 AM
?[0m?[0;34m2025-01-06T15:09:54.924-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/7/15, 3:11 AM, Valid until:6/30/40, 3:11 AM
?[0m?[0;34m2025-01-06T15:09:54.925-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:-889363391, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.926-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.926-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 12:25 AM, Valid until:10/25/43, 1:25 AM
?[0m?[0;34m2025-01-06T15:09:54.927-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:1/29/10, 6:20 AM, Valid until:12/31/40, 6:20 AM
?[0m?[0;34m2025-01-06T15:09:54.927-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:2/12/16, 10:14 AM, Valid until:2/12/41, 10:14 AM
?[0m?[0;34m2025-01-06T15:09:54.927-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/25/14, 9:13 PM, Valid until:12/31/40, 7:59 AM
?[0m?[0;34m2025-01-06T15:09:54.928-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 11:14 AM, Valid until:5/30/42, 11:14 AM
?[0m?[0;34m2025-01-06T15:09:54.929-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.929-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/7/11, 7:58 AM, Valid until:12/31/30, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.930-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:-841649695, Valid from:9/4/19, 3:00 AM, Valid until:8/30/39, 3:00 AM
?[0m?[0;34m2025-01-06T15:09:54.930-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:09:54.930-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-965345157, Valid from:11/26/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.931-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 2:15 AM, Valid until:7/19/42, 2:15 AM
?[0m?[0;34m2025-01-06T15:09:54.932-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.933-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:6/29/07, 8:13 AM, Valid until:6/29/27, 8:13 AM
?[0m?[0;34m2025-01-06T15:09:54.933-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-2028617374, Valid from:5/20/02, 9:00 PM, Valid until:5/20/22, 9:00 PM
?[0m?[0;34m2025-01-06T15:09:54.934-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:09:54.934-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 3:37 AM, Valid until:6/30/40, 3:37 AM
?[0m?[0;34m2025-01-06T15:09:54.935-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:8f9b478a8fa7eda6a333789de7ccf8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.935-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 9:53 AM, Valid until:1/16/34, 9:53 AM
?[0m?[0;34m2025-01-06T15:09:54.936-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3698fe712d519f3ced0fdb7b1643011, Subject:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:381797637, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.936-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:-28263924, Valid from:8/1/08, 5:29 AM, Valid until:7/31/38, 5:29 AM
?[0m?[0;34m2025-01-06T15:09:54.937-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:09:54.937-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 5:31 AM, Valid until:7/31/38, 5:31 AM
?[0m?[0;34m2025-01-06T15:09:54.937-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.938-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:-1239330694, Valid from:3/5/15, 5:21 AM, Valid until:3/5/35, 5:21 AM
?[0m?[0;34m2025-01-06T15:09:54.939-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:11/1/04, 9:14 AM, Valid until:12/31/34, 9:37 PM
?[0m?[0;34m2025-01-06T15:09:54.939-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:09:54.939-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.940-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/7/12, 8:07 PM, Valid until:12/30/29, 7:07 PM
?[0m?[0;34m2025-01-06T15:09:54.940-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.941-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 10:59 AM, Valid until:1/12/42, 10:59 AM
?[0m?[0;34m2025-01-06T15:09:54.941-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.942-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 5:07 AM, Valid until:12/31/29, 4:07 AM
?[0m?[0;34m2025-01-06T15:09:54.942-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.943-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:12/31/03, 4:00 PM, Valid until:12/31/28, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.944-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:44be0c8b500024b411d3362de0b35f1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:-297053428, Valid from:7/9/99, 11:31 AM, Valid until:7/9/19, 11:40 AM
?[0m?[0;34m2025-01-06T15:09:54.946-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 9:13 AM, Valid until:9/30/37, 9:13 AM
?[0m?[0;34m2025-01-06T15:09:54.947-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.947-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:5/9/17, 2:48 AM, Valid until:5/9/42, 2:58 AM
?[0m?[0;34m2025-01-06T15:09:54.948-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:9/30/99, 5:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.948-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.949-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:-326352672, Valid from:5/30/00, 3:48 AM, Valid until:5/30/20, 3:48 AM
?[0m?[0;34m2025-01-06T15:09:54.950-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 3:29 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.951-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 12:50 AM, Valid until:11/5/29, 12:50 AM
?[0m?[0;34m2025-01-06T15:09:54.951-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:-1993924923, Valid from:8/23/17, 12:36 PM, Valid until:8/23/42, 12:36 PM
?[0m?[0;34m2025-01-06T15:09:54.952-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 11:46 AM, Valid until:5/12/25, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.952-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/3/04, 9:00 PM, Valid until:3/3/29, 9:00 PM
?[0m?[0;34m2025-01-06T15:09:54.959-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:5/25/15, 5:00 PM, Valid until:1/16/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.960-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.960-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:7/4/06, 10:20 AM, Valid until:7/4/31, 10:20 AM
?[0m?[0;34m2025-01-06T15:09:54.961-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/16/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:54.961-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.962-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:788f275c81125220a504d02dddba73f4, Subject:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:EC, Length:384, Cert Id:994586241, Valid from:3/26/18, 12:24 AM, Valid until:3/26/43, 12:24 AM
?[0m?[0;34m2025-01-06T15:09:54.962-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 3:00 AM, Valid until:3/18/29, 3:00 AM
?[0m?[0;34m2025-01-06T15:09:54.962-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.963-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 12:35 AM, Valid until:11/5/29, 12:35 AM
?[0m?[0;34m2025-01-06T15:09:54.963-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.963-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:09:54.964-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 12:35 PM, Valid until:8/23/42, 12:35 PM
?[0m?[0;34m2025-01-06T15:09:54.964-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 5:00 AM, Valid until:10/18/32, 5:00 AM
?[0m?[0;34m2025-01-06T15:09:54.964-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.964-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/18/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.965-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 1:36 AM, Valid until:10/25/36, 1:36 AM
?[0m?[0;34m2025-01-06T15:09:54.965-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.965-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.966-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/5/08, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.966-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.966-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 10:12 AM, Valid until:1/16/34, 10:12 AM
?[0m?[0;34m2025-01-06T15:09:54.967-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:12/19/04, 6:31 PM, Valid until:12/19/34, 6:31 PM
?[0m?[0;34m2025-01-06T15:09:54.967-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 12:34 PM, Valid until:8/23/42, 12:34 PM
?[0m?[0;34m2025-01-06T15:09:54.968-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:11/27/06, 12:23 PM, Valid until:11/27/26, 12:53 PM
?[0m?[0;34m2025-01-06T15:09:54.968-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.968-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.968-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:9e09365acf7d9c8b93e1c0b042a2ef3, Subject:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:-354195278, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.969-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.969-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:-522246883, Valid from:2/9/20, 4:00 PM, Valid until:6/9/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.969-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:09:54.969-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:-991173715, Valid from:8/22/17, 5:07 AM, Valid until:8/22/42, 5:07 AM
?[0m?[0;34m2025-01-06T15:09:54.970-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.970-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:12/9/14, 4:00 PM, Valid until:12/9/34, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.970-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:1/29/10, 6:10 AM, Valid until:12/31/40, 6:10 AM
?[0m?[0;34m2025-01-06T15:09:54.971-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1976681486, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.971-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 1:38 AM, Valid until:10/26/40, 1:38 AM
?[0m?[0;34m2025-01-06T15:09:54.971-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:12/24/99, 9:50 AM, Valid until:7/24/29, 7:15 AM
?[0m?[0;34m2025-01-06T15:09:54.972-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:11/30/06, 4:00 PM, Valid until:12/31/29, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.972-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:1/12/12, 12:26 PM, Valid until:1/12/42, 12:26 PM
?[0m?[0;34m2025-01-06T15:09:54.972-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.972-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 6:06 AM, Valid until:12/31/30, 6:06 AM
?[0m?[0;34m2025-01-06T15:09:54.973-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 4:22 AM, Valid until:9/22/30, 4:22 AM
?[0m?[0;34m2025-01-06T15:09:54.973-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:09:54.973-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:8/28/08, 12:24 AM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:09:54.974-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:-774327051, Valid from:3/16/18, 5:10 AM, Valid until:3/16/43, 5:10 AM
?[0m?[0;34m2025-01-06T15:09:54.974-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1675f27d6fe7ae3e4acbe095b059e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:-821903320, Valid from:11/29/18, 3:55 AM, Valid until:11/29/43, 3:55 AM
?[0m?[0;34m2025-01-06T15:09:54.974-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/10/16, 4:00 PM, Valid until:12/30/40, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.974-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/28/09, 10:00 PM, Valid until:5/28/29, 10:00 PM
?[0m?[0;34m2025-01-06T15:09:54.975-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 1:32 AM, Valid until:10/25/36, 1:32 AM
?[0m?[0;34m2025-01-06T15:09:54.975-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:-131493977, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.976-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:12/13/07, 5:08 AM, Valid until:12/13/37, 12:27 AM
?[0m?[0;34m2025-01-06T15:09:54.976-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/12/15, 5:00 PM, Valid until:12/30/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.977-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 1:37 AM, Valid until:12/20/43, 1:37 AM
?[0m?[0;34m2025-01-06T15:09:54.977-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:6/16/09, 4:30 AM, Valid until:12/30/29, 3:30 AM
?[0m?[0;34m2025-01-06T15:09:54.977-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.978-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 4:11 AM, Valid until:12/27/37, 3:41 AM
?[0m?[0;34m2025-01-06T15:09:54.978-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 10:27 AM, Valid until:11/24/31, 10:23 AM
?[0m?[0;34m2025-01-06T15:09:54.978-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:-2113880430, Valid from:2/6/17, 1:27 AM, Valid until:2/6/42, 1:27 AM
?[0m?[0;34m2025-01-06T15:09:54.978-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:10/29/08, 8:59 AM, Valid until:12/31/29, 4:00 PM
?[0m?[0;34m2025-01-06T15:09:54.979-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:09:54.979-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 11:11 AM, Valid until:11/24/31, 11:06 AM
?[0m?[0;34m2025-01-06T15:09:54.980-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 7:25 AM, Valid until:12/18/37, 7:55 AM
?[0m?[0;34m2025-01-06T15:09:54.980-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 6:08 AM, Valid until:12/31/30, 6:08 AM
?[0m?[0;34m2025-01-06T15:09:54.980-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:bb8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:3/17/11, 2:51 AM, Valid until:3/17/21, 2:51 AM
?[0m?[0;34m2025-01-06T15:09:54.982-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:-1882405602, Valid from:3/19/01, 10:33 AM, Valid until:3/17/21, 11:33 AM
?[0m?[0;34m2025-01-06T15:09:54.983-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:864dbf0fe35ed77d8ed8, Subject:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:4096, Cert Id:-921027170, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.985-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 7:08 AM, Valid until:12/6/28, 7:08 AM
?[0m?[0;34m2025-01-06T15:09:54.986-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.987-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 10:25 AM, Valid until:12/7/30, 9:55 AM
?[0m?[0;34m2025-01-06T15:09:54.987-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 4:04 AM, Valid until:6/4/35, 4:04 AM
?[0m?[0;34m2025-01-06T15:09:54.987-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:41d29dd172eaeea780c12c6ce92f8752, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:-896325052, Valid from:9/3/20, 5:00 PM, Valid until:9/17/40, 9:00 AM
?[0m?[0;34m2025-01-06T15:09:54.987-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.988-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:09:54.988-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 1:30 AM, Valid until:10/25/36, 1:30 AM
?[0m?[0;34m2025-01-06T15:09:54.988-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:5/30/00, 3:44 AM, Valid until:5/30/20, 3:44 AM
?[0m?[0;34m2025-01-06T15:09:54.989-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.989-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 5:00 AM, Valid until:1/28/28, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.989-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.990-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 1:39 AM, Valid until:10/6/46, 1:39 AM
?[0m?[0;34m2025-01-06T15:09:54.990-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:12/1/14, 7:00 AM, Valid until:12/1/39, 7:10 AM
?[0m?[0;34m2025-01-06T15:09:54.991-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/5/11, 2:37 AM, Valid until:12/31/30, 1:37 AM
?[0m?[0;34m2025-01-06T15:09:54.991-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:09:54.991-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6cee131be6d55c807f7c0c7fb44e620, Subject:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1193514382, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:09:54.992-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:6/2/17, 7:29 PM, Valid until:6/2/42, 7:29 PM
?[0m?[0;34m2025-01-06T15:09:54.992-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:-744451266, Valid from:6/11/02, 3:46 AM, Valid until:6/11/27, 3:46 AM
?[0m?[0;34m2025-01-06T15:09:54.992-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:09:54.993-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/7/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:09:55.052-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.057-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.058-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.066-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 0][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.067-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.075-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.076-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58514<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.076-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.077-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.077-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> Content-Length: 53
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "Content-Length: 53[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.078-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 >> "{"email":"LoginTest1@test.com","password":"Test1111"}"
?[0m?[0;34m2025-01-06T15:09:55.081-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=1
?[0;34m2025-01-06T15:09:55.105-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0]
?[0m?[0;34m2025-01-06T15:09:55.110-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.110-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]], Read direct from socket: [266]
?[0m?[0;34m2025-01-06T15:09:55.110-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 53
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"LoginTest1@test.com","password":"Test1111"}]
?[0m?[0;34m2025-01-06T15:09:55.127-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.130-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.130-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.134-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.a.jaspic.AuthConfigFactoryImpl : Loading persistent provider registrations from [C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537\conf\jaspic-providers.xml]
?[0m?[0;34m2025-01-06T15:09:55.134-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.138-08:00 INFO 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:09:55.138-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:09:55.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver
?[0m?[0;34m2025-01-06T15:09:55.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver
?[0m?[0;34m2025-01-06T15:09:55.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver
?[0m?[0;34m2025-01-06T15:09:55.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@3831fb48
?[0m?[0;34m2025-01-06T15:09:55.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@65595be7
?[0m?[0;34m2025-01-06T15:09:55.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
?[0m?[0;34m2025-01-06T15:09:55.139-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
?[0m?[0;34m2025-01-06T15:09:55.153-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.162-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/register' (previous null). Performing CorsConfiguration lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:09:55.174-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.177-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/register' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:09:55.183-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.186-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.186-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.188-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.189-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.251-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=LoginTest1@test.com, password=Test1111)]
?[0m?[0;34m2025-01-06T15:09:55.316-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.316-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825123086800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.323-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7b75fbeb
?[0m?[0;34m2025-01-06T15:09:55.323-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825123086800).username)
?[0m?[0;34m2025-01-06T15:09:55.328-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-BasicResult [recipes.model.User(528825123086800).id]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.329-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825123086800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.342-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.347-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id from users u1_0 where u1_0.username=? fetch first ? rows only
?[0m?[0;34m2025-01-06T15:09:55.430-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(982381915<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:55.430-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:09:55.432-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:55.432-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:55.433-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@1cd50355]
?[0m?[0;34m2025-01-06T15:09:55.435-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:09:55.443-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:09:55.448-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:55.454-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.User) : 1
?[0m?[0;34m2025-01-06T15:09:55.455-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:09:55.467-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:09:55.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:55.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(982381915<open>)]
?[0m?[0;34m2025-01-06T15:09:55.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:55.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:09:55.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:09:55.473-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
?[0m?[0;34m2025-01-06T15:09:55.474-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
?[0m?[0;34m2025-01-06T15:09:55.474-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:09:55.475-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i, id=1, locked=null, username=LoginTest1@test.com}
?[0m?[0;34m2025-01-06T15:09:55.476-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:55.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["User registered successfully"]
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-0 << "User registered successfully"
?[0m?[0;34m2025-01-06T15:09:55.489-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.489-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.490-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-0 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.491-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:55.492-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:55.492-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:55.492-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]]
?[0m?[0;34m2025-01-06T15:09:55.494-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:55.496-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 0][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:55.496-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-0: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:55.496-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 0][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.497-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 2?[0m
?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 1][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.500-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58516<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> Content-Length: 53
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=2
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "Content-Length: 53[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 >> "{"email":"LoginTest1@test.com","password":"Test1111"}"
?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1123536e:org.apache.tomcat.util.net.NioChannel@1fe4af3a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58516]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1123536e:org.apache.tomcat.util.net.NioChannel@1fe4af3a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58516]], Read direct from socket: [266]
?[0m?[0;34m2025-01-06T15:09:55.501-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 53
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"LoginTest1@test.com","password":"Test1111"}]
?[0m?[0;34m2025-01-06T15:09:55.502-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.502-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.502-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.502-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.503-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.504-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.504-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.504-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.505-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.505-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.506-08:00 DEBUG 29008 --- [nio-8881-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=LoginTest1@test.com, password=Test1111)]
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825123086800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6f4ddd7f
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825123086800).username)
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-BasicResult [recipes.model.User(528825123086800).id]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825123086800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.507-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id from users u1_0 where u1_0.username=? fetch first ? rows only
?[0m?[0;34m2025-01-06T15:09:55.509-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.basic.BasicResultAssembler@490cbdbe
?[0m?[0;34m2025-01-06T15:09:55.509-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["User already exists"]
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Content-Length: 19[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-1 << "User already exists"
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Content-Length: 19
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-1 << Connection: close
?[0m?[0;34m2025-01-06T15:09:55.510-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-1: Close connection
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 1][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1123536e:org.apache.tomcat.util.net.NioChannel@1fe4af3a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58516]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-2] latch=2
?[0m?[0;34m2025-01-06T15:09:55.512-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1123536e:org.apache.tomcat.util.net.NioChannel@1fe4af3a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58516]])
?[0m?[1;31m
Start test 3?[0m
?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 2][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.515-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58517<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> Content-Length: 56
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=2
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "Content-Length: 56[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 >> "{"email":"LoginTest2@test.com","password":"Test2222222"}"
?[0;34m2025-01-06T15:09:55.516-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.517-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.517-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]], Read direct from socket: [269]
?[0m?[0;34m2025-01-06T15:09:55.517-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 56
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"LoginTest2@test.com","password":"Test2222222"}]
?[0m?[0;34m2025-01-06T15:09:55.517-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.520-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.521-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.521-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.521-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.521-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=LoginTest2@test.com, password=Test2222222)]
?[0m?[0;34m2025-01-06T15:09:55.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825123086800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6202f094
?[0m?[0;34m2025-01-06T15:09:55.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825123086800).username)
?[0m?[0;34m2025-01-06T15:09:55.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-BasicResult [recipes.model.User(528825123086800).id]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825123086800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id from users u1_0 where u1_0.username=? fetch first ? rows only
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1100534823<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@2b192d9a]
?[0m?[0;34m2025-01-06T15:09:55.584-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.User) : 2
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:09:55.585-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1100534823<open>)]
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.586-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["User registered successfully"]
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-2 << "User registered successfully"
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.587-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-2 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 2][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-2: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 2][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:55.588-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:55.589-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:55.589-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]]
?[0m?[1;31m
Start test 4?[0m
?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 3][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58518<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> Content-Length: 60
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=3
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.592-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "Content-Length: 60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 >> "{"email":"LoginTest3@test.com","password":"Test33333333333"}"
?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]], Read direct from socket: [273]
?[0m?[0;34m2025-01-06T15:09:55.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 60
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"LoginTest3@test.com","password":"Test33333333333"}]
?[0m?[0;34m2025-01-06T15:09:55.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.596-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.596-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.596-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.596-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.597-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.597-08:00 DEBUG 29008 --- [nio-8881-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=LoginTest3@test.com, password=Test33333333333)]
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825123086800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3e736aad
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825123086800).username)
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-BasicResult [recipes.model.User(528825123086800).id]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825123086800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.598-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id from users u1_0 where u1_0.username=? fetch first ? rows only
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1511173919<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@808b59b]
?[0m?[0;34m2025-01-06T15:09:55.669-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:09:55.670-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:09:55.670-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:55.670-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.User) : 3
?[0m?[0;34m2025-01-06T15:09:55.670-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:09:55.670-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1511173919<open>)]
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$ts/A1fp686Wkx5eFyxfFAujElCzLf2ggxVfTPUx8lbOiNuPuhUCUm, id=3, locked=null, username=LoginTest3@test.com}
?[0m?[0;34m2025-01-06T15:09:55.671-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["User registered successfully"]
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-3 << "User registered successfully"
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-3 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 3][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-3: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 3][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.673-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:55.674-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]]
?[0m?[1;31m
Start test 5?[0m
?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 4][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58519<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.677-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> Content-Length: 47
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "Content-Length: 47[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 >> "{"email":"Test3@testcom","password":"Test3333"}"
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3b50397e:org.apache.tomcat.util.net.NioChannel@3597c064:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58519]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3b50397e:org.apache.tomcat.util.net.NioChannel@3597c064:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58519]], Read direct from socket: [260]
?[0m?[0;34m2025-01-06T15:09:55.678-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 47
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"Test3@testcom","password":"Test3333"}]
?[0m?[0;34m2025-01-06T15:09:55.679-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.679-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.679-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.679-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.680-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.680-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.680-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.681-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.681-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.681-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.682-08:00 DEBUG 29008 --- [nio-8881-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=Test3@testcom, password=Test3333)]
?[0m?[0;34m2025-01-06T15:09:55.682-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.682-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["Invalid username or password"]
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-4 << "Invalid username or password"
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-4 << Connection: close
?[0m?[0;34m2025-01-06T15:09:55.683-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-4: Close connection
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3b50397e:org.apache.tomcat.util.net.NioChannel@3597c064:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58519]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 4][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-5] latch=4
?[0m?[0;34m2025-01-06T15:09:55.684-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3b50397e:org.apache.tomcat.util.net.NioChannel@3597c064:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58519]])
?[0m?[1;31m
Start test 6?[0m
?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 5][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.687-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58520<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> Content-Length: 51
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "Content-Length: 51[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.688-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 >> "{"email":"Test4test.com","password":"Test44444444"}"
?[0;34m2025-01-06T15:09:55.689-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.689-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cc95a0d:org.apache.tomcat.util.net.NioChannel@120eb7e4:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58520]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.689-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cc95a0d:org.apache.tomcat.util.net.NioChannel@120eb7e4:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58520]], Read direct from socket: [264]
?[0m?[0;34m2025-01-06T15:09:55.689-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 51
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"Test4test.com","password":"Test44444444"}]
?[0m?[0;34m2025-01-06T15:09:55.689-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.690-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.690-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.690-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.691-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.692-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.692-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.692-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.692-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [nio-8881-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=Test4test.com, password=Test44444444)]
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["Invalid username or password"]
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.693-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-5 << "Invalid username or password"
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cc95a0d:org.apache.tomcat.util.net.NioChannel@120eb7e4:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58520]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-6] latch=4
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-5 << Connection: close
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cc95a0d:org.apache.tomcat.util.net.NioChannel@120eb7e4:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58520]])
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-5: Close connection
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 5][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.694-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 7?[0m
?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 6][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58521<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.697-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> Content-Length: 47
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "Content-Length: 47[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 >> "{"email":"Test5@test.com","password":"Test555"}"
?[0;34m2025-01-06T15:09:55.698-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b7fa78d:org.apache.tomcat.util.net.NioChannel@5b84892:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58521]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b7fa78d:org.apache.tomcat.util.net.NioChannel@5b84892:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58521]], Read direct from socket: [260]
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 47
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"Test5@test.com","password":"Test555"}]
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.699-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.700-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.701-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.703-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.703-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.703-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.703-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.704-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.704-08:00 DEBUG 29008 --- [nio-8881-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=Test5@test.com, password=Test555)]
?[0m?[0;34m2025-01-06T15:09:55.705-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.705-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["Invalid username or password"]
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-6 << "Invalid username or password"
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-6 << Connection: close
?[0m?[0;34m2025-01-06T15:09:55.706-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-6: Close connection
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 6][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b7fa78d:org.apache.tomcat.util.net.NioChannel@5b84892:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58521]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-7] latch=4
?[0m?[0;34m2025-01-06T15:09:55.707-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b7fa78d:org.apache.tomcat.util.net.NioChannel@5b84892:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58521]])
?[0m?[1;31m
Start test 8?[0m
?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 7][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.711-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58522<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> POST /api/register HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> Content-Length: 48
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "POST /api/register HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "Content-Length: 48[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 >> "{"email":"Test6@test.com","password":" "}"
?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11a2b44e:org.apache.tomcat.util.net.NioChannel@1f65580a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58522]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11a2b44e:org.apache.tomcat.util.net.NioChannel@1f65580a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58522]], Read direct from socket: [261]
?[0m?[0;34m2025-01-06T15:09:55.712-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/register HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 48
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"email":"Test6@test.com","password":" "}]
?[0m?[0;34m2025-01-06T15:09:55.713-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.713-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.713-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.713-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.714-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:55.715-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured POST /api/register
?[0m?[0;34m2025-01-06T15:09:55.715-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.715-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : POST "/api/register", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.715-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.ResgisterController#registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:09:55.715-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [nio-8881-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [RegisterRequest(email=Test6@test.com, password= )]
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["Invalid username or password"]
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Content-Type: text/plain;charset=UTF-8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.716-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Content-Length: 28[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-7 << "Invalid username or password"
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Content-Type: text/plain;charset=UTF-8
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Content-Length: 28
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-7 << Connection: close
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-7: Close connection
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 7][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11a2b44e:org.apache.tomcat.util.net.NioChannel@1f65580a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58522]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:09:55.717-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-8] latch=4
?[0m?[0;34m2025-01-06T15:09:55.718-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11a2b44e:org.apache.tomcat.util.net.NioChannel@1f65580a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58522]])
?[0m?[1;31m
Start test 9?[0m
?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 8][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.720-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58523<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Content-Length: 362
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Content-Length: 362[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 >> "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}"
?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]], Read direct from socket: [645]
?[0m?[0;34m2025-01-06T15:09:55.721-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 362
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}]
?[0m?[0;34m2025-01-06T15:09:55.722-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:55.722-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.722-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.722-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:55.784-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:55.812-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.812-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.822-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@625e44f9
?[0m?[0;34m2025-01-06T15:09:55.822-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:55.822-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.822-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.822-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.829-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.829-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@1295925478 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:55.829-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:55.830-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:55.830-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:55.832-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 1059561518
?[0m?[0;34m2025-01-06T15:09:55.833-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:55.833-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:55.833-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:55.833-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:55.833-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4d3365fe
?[0m?[0;34m2025-01-06T15:09:55.896-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:09:55.897-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:09:55.898-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:55.898-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:55.898-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:09:55.899-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:09:55.899-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.918-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea /Test, category=beverage /Test, date=null, descript (truncated)...]
?[0m?[0;34m2025-01-06T15:09:55.918-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.918-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3aef76b3
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@746980822 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:55.919-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 486029756
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:55.920-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@cc2740
?[0m?[0;34m2025-01-06T15:09:55.921-08:00 DEBUG 29008 --- [nio-8881-exec-9] recipes.service.RecipeService : Recipe(id=null, userId=2, name=Fresh Mint Tea /Test, category=beverage /Test, date=null, description=Light, aromatic and refreshing beverage, ... /Test, ingredients=[boiled water, honey, fresh mint leaves /Test], directions=[Boil water, Pour boiling hot water into a mug, Add fresh mint leaves, Mix and let the mint leaves seep for 3-5 minutes, Add honey and mix again /Test])
?[0m?[0;34m2025-01-06T15:09:55.921-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1513005159<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:55.921-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:09:55.922-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:55.922-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:55.922-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7c65747]
?[0m?[0;34m2025-01-06T15:09:55.922-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:09:55.930-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:09:55.930-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:55.931-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 1
?[0m?[0;34m2025-01-06T15:09:55.931-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:09:55.932-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:09:55.932-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:55.933-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1513005159<open>)]
?[0m?[0;34m2025-01-06T15:09:55.933-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:55.933-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:09:55.933-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:09:55.934-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#1], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:09:55.934-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#1], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:09:55.936-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:09:55.936-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:09:55.936-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:09:55.936-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:09:55.936-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:09:55 PST 2025, directions=[Boil water, Pour boiling hot water into a mug, Add fresh mint leaves, Mix and let the mint leaves seep for 3-5 minutes, Add honey and mix again /Test], name=Fresh Mint Tea /Test, description=Light, aromatic and refreshing beverage, ... /Test, ingredients=[boiled water, honey, fresh mint leaves /Test], id=1, category=beverage /Test, userId=2}
?[0m?[0;34m2025-01-06T15:09:55.938-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 1
?[0m?[0;34m2025-01-06T15:09:55.940-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.941-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.941-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.941-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.941-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.942-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `5` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:55.942-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 1
?[0m?[0;34m2025-01-06T15:09:55.942-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.942-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.943-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:55.943-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:55.943-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:55.946-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:55.947-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=1}]
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "{"id":1}[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:55.954-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-8 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-8 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 8][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-8: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.955-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 8][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.956-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:55.956-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:55.956-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:55.956-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:55.956-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]]
?[0m?[1;31m
Start test 10?[0m
?[0;34m2025-01-06T15:09:55.966-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 9][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58525<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Content-Length: 423
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=5
?[0m?[0;34m2025-01-06T15:09:55.967-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Content-Length: 423[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 >> "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}"
?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]], Read direct from socket: [706]
?[0m?[0;34m2025-01-06T15:09:55.968-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 423
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}]
?[0m?[0;34m2025-01-06T15:09:55.969-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:55.969-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:55.969-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:55.969-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:55.970-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7d83aca0
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@2099906118 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:55.971-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 1268484592
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:55.972-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@662eaef3
?[0m?[0;34m2025-01-06T15:09:56.030-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:09:56.031-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:09:56.031-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:09:56.032-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:56.032-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:09:56.032-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:09:56.032-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.033-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea /Test, category=beverage /Test, date=null, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:09:56.033-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:56.033-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5d58f7c5
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@1371067984 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 185414011
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:56.034-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1c106c1c
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] recipes.service.RecipeService : Recipe(id=null, userId=2, name=Warming Ginger Tea /Test, category=beverage /Test, date=null, description=Ginger tea is a warming drink for cool weather, ... /Test, ingredients=[1 inch ginger root, minced, 1/2 lemon, juiced, 1/2 teaspoon manuka honey /Test], directions=[Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact), Steep for 5-10 minutes, Drink and enjoy /Test])
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1880333822<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6c5dc109]
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 2
?[0m?[0;34m2025-01-06T15:09:56.035-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1880333822<open>)]
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#2], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#2], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:09:56 PST 2025, directions=[Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact), Steep for 5-10 minutes, Drink and enjoy /Test], name=Warming Ginger Tea /Test, description=Ginger tea is a warming drink for cool weather, ... /Test, ingredients=[1 inch ginger root, minced, 1/2 lemon, juiced, 1/2 teaspoon manuka honey /Test], id=2, category=beverage /Test, userId=2}
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 2
?[0m?[0;34m2025-01-06T15:09:56.036-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 2
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:09:56.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:09:56.038-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:56.038-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:56.038-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=2}]
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "{"id":2}[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-9 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:56.039-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-9 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 9][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-9: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 9][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:56.040-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]]
?[0m?[1;31m
Start test 11?[0m
?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 10][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.043-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58526<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=6
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.044-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:09:56.045-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:09:56.045-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:09:56.045-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:56.045-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:56.045-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:09:56.048-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:56.048-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:56.048-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:56.048-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@35e57d09
?[0m?[0;34m2025-01-06T15:09:56.048-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@1519415780 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:56.049-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 462526721
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:56.050-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4257d4c6
?[0m?[0;34m2025-01-06T15:09:56.108-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:09:56.108-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:09:56.109-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:09:56.109-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:56.109-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:09:56.110-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:09:56.110-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.114-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(2003350720<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:56.114-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:09:56.116-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1724259689 wrapping conn0: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:09:56.116-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:56.116-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:56.116-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7cc2d409]
?[0m?[0;34m2025-01-06T15:09:56.122-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.123-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.123-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@860913899 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:09:56.123-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@820847635 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:09:56.123-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@100517386 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:09:56.123-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 1
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:09:56.124-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#1] : 409521634
?[0m?[0;34m2025-01-06T15:09:56.125-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:09:56.125-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:55.922]
?[0m?[0;34m2025-01-06T15:09:56.125-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [Light, aromatic and refreshing beverage, ... /Test]
?[0m?[0;34m2025-01-06T15:09:56.125-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [4] - [Fresh Mint Tea /Test]
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#1
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3747d07b
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(2003350720<open>)]
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1724259689 wrapping conn0: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:09:56.126-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:56.134-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:56.136-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@643999188 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:09:56.138-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:09:56.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:09:56.139-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [boiled water]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f515392
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [honey]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f515392
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:09:56.140-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@791389064
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [fresh mint leaves /Test]
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f515392
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#1]
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@510841090 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.141-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Boil water]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6b4dde68
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Pour boiling hot water into a mug]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6b4dde68
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Add fresh mint leaves]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6b4dde68
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Mix and let the mint leaves seep for 3-5 minutes]
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6b4dde68
?[0m?[0;34m2025-01-06T15:09:56.142-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@715018697
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Add honey and mix again /Test]
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6b4dde68
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#1]
?[0m?[0;34m2025-01-06T15:09:56.143-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Fresh Mint Tea /Test, category=beverage /Test, date=2025-01-06 15:09:55.922, descript (truncated)...]
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "191[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","date":"2025-01-06T23:09:55.922+00:00","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-10 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:56.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-10 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 10][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-10: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 10][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:56.152-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]]
?[0m?[1;31m
Start test 12?[0m
?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 11][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.158-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58527<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=7
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "GET /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:09:56.159-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/2 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:09:56.160-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:09:56.160-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:56.160-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:56.160-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:09:56.161-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:09:56.161-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:09:56.161-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528825131550600))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5fa27d0c
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528825131550600).username)
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528825131550600)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528825131550600).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528825131550600).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528825131550600)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528825131550600) -> EntityResultInitializer(recipes.model.User(528825131550600))@228671328 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528825131550600)): 2
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528825131550600)#2] : 925937854
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:09:56.162-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:09:56.163-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528825131550600)#2
?[0m?[0;34m2025-01-06T15:09:56.163-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@336ec307
?[0m?[0;34m2025-01-06T15:09:56.220-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:09:56.220-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:09:56.221-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1241382382<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:09:56.223-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@606998240 wrapping conn0: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@16a9ff9b]
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1394241714 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1974400434 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@564374761 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:09:56.224-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 2050081783
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3d2fb97c
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1241382382<open>)]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@606998240 wrapping conn0: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:09:56.225-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1240857429 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1 inch ginger root, minced]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5a4beb95
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 lemon, juiced]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5a4beb95
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1085491926
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 teaspoon manuka honey /Test]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5a4beb95
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#2]
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:09:56.226-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1015192794 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b346289
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Steep for 5-10 minutes]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b346289
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1187638460
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Drink and enjoy /Test]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b346289
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#2]
?[0m?[0;34m2025-01-06T15:09:56.227-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Warming Ginger Tea /Test, category=beverage /Test, date=2025-01-06 15:09:56.035, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "1ce[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","date":"2025-01-06T23:09:56.035+00:00","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:56.228-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-11 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-11 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 11][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-11: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 11][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:56.229-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:56.230-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]]
?[0m?[1;31m
Start test 13?[0m
?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 12][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58528<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /actuator/shutdown HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> POST /actuator/shutdown HTTP/1.1
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> Content-Length: 0
?[0m?[0;34m2025-01-06T15:09:56.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=8
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "POST /actuator/shutdown HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]], Read direct from socket: [217]
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [POST /actuator/shutdown HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 0
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:09:56.233-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:09:56.234-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:09:56.234-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:09:56.234-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:09:56.234-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:09:56.235-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:09:56.235-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:09:56.235-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : POST "/actuator/shutdown", parameters={}
?[0m?[0;34m2025-01-06T15:09:56.235-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped to Actuator web endpoint 'shutdown'
?[0m?[0;34m2025-01-06T15:09:56.237-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to []
?[0m?[0;34m2025-01-06T15:09:56.241-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
?[0m?[0;34m2025-01-06T15:09:56.241-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing [org.springframework.boot.actuate.context.ShutdownEndpoint$ShutdownDescriptor@44624e76]
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Content-Type: application/vnd.spring-boot.actuator.v3+json[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Date: Mon, 06 Jan 2025 23:09:55 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "23[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "{"message":"Shutting down, bye..."}[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Vary: Origin
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Expires: 0
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Content-Type: application/vnd.spring-boot.actuator.v3+json
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Date: Mon, 06 Jan 2025 23:09:55 GMT
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-12 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-12 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 12][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-12: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [217]
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 12][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:09:56.242-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:09:56.243-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:09:56.243-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:09:56.243-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]]
?[0;34m2025-01-06T15:09:56.754-08:00 DEBUG 29008 --- [ Thread-5] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
?[0m?[0;34m2025-01-06T15:09:56.754-08:00 DEBUG 29008 --- [ Thread-5] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33aa93c, started on Mon Jan 06 15:09:47 PST 2025
?[0m?[0;34m2025-01-06T15:09:56.756-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
?[0m?[0;34m2025-01-06T15:09:56.756-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147482623
?[0m?[0;34m2025-01-06T15:09:56.759-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure
?[0m?[0;34m2025-01-06T15:09:56.759-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147481599
?[0m?[0;34m2025-01-06T15:09:56.777-08:00 DEBUG 29008 --- [ Thread-5] org.apache.tomcat.util.net.NioEndpoint : About to unlock socket for:/[0:0:0:0:0:0:0:1]:8881
?[0m?[0;34m2025-01-06T15:09:56.777-08:00 DEBUG 29008 --- [ Thread-5] org.apache.tomcat.util.net.NioEndpoint : Socket unlock completed for:/[0:0:0:0:0:0:0:1]:8881
?[0;34m2025-01-06T15:09:56.778-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a5185c8:org.apache.tomcat.util.net.NioChannel@4966af2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58523]])
?[0m?[0;34m2025-01-06T15:09:56.779-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4dd7f22a:org.apache.tomcat.util.net.NioChannel@431005e0:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58517]])
?[0m?[0;34m2025-01-06T15:09:56.779-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@77443ed1:org.apache.tomcat.util.net.NioChannel@2e2a61da:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58527]])
?[0m?[0;34m2025-01-06T15:09:56.779-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@49664971:org.apache.tomcat.util.net.NioChannel@4d3b5176:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58514]])
?[0m?[0;34m2025-01-06T15:09:56.779-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@32794ea4:org.apache.tomcat.util.net.NioChannel@3cbea69b:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58525]])
?[0m?[0;34m2025-01-06T15:09:56.779-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4c87dad3:org.apache.tomcat.util.net.NioChannel@134b9d99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58526]])
?[0m?[0;34m2025-01-06T15:09:56.780-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d8c3c0d:org.apache.tomcat.util.net.NioChannel@12e663bb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58528]])
?[0m?[0;34m2025-01-06T15:09:56.780-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3629edcd].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@718990d7:org.apache.tomcat.util.net.NioChannel@7f4e6096:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58518]])
?[0m?[0;34m2025-01-06T15:09:56.781-08:00 DEBUG 29008 --- [ Thread-5] org.apache.tomcat.util.net.NioEndpoint : Destroy initiated for 0.0.0.0/0.0.0.0:8881
?[0m?[0;34m2025-01-06T15:09:56.781-08:00 DEBUG 29008 --- [ Thread-5] org.apache.tomcat.util.net.NioEndpoint : Destroy completed for 0.0.0.0/0.0.0.0:8881
?[0m?[0;34m2025-01-06T15:09:56.781-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure
?[0m?[0;34m2025-01-06T15:09:56.781-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147483647
?[0m?[0;34m2025-01-06T15:09:56.782-08:00 DEBUG 29008 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Bean 'springBootLoggingLifecycle' completed its stop procedure
?[0m?[0;34m2025-01-06T15:09:56.782-08:00 DEBUG 29008 --- [ Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:09:56.783-08:00 INFO 29008 --- [ Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:09:56.783-08:00 DEBUG 29008 --- [ Thread-5] o.hibernate.internal.SessionFactoryImpl : HHH000031: Closing
?[0m?[0;34m2025-01-06T15:09:56.784-08:00 DEBUG 29008 --- [ Thread-5] o.h.type.spi.TypeConfiguration$Scope : Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7fae94ba] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@7680beac]
?[0m?[0;34m2025-01-06T15:09:56.784-08:00 DEBUG 29008 --- [ Thread-5] o.h.s.i.AbstractServiceRegistryImpl : Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
?[0m?[0;34m2025-01-06T15:09:56.784-08:00 DEBUG 29008 --- [ Thread-5] o.h.b.r.i.BootstrapServiceRegistryImpl : Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
?[0m?[0;34m2025-01-06T15:09:56.785-08:00 INFO 29008 --- [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
?[0m?[0;34m2025-01-06T15:09:56.785-08:00 DEBUG 29008 --- [ Thread-5] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Before shutdown stats (total=10, active=0, idle=10, waiting=0)
?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn0: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn1: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn2: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn3: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn4: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn5: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn6: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn7: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn8: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.801-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection conn9: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:09:56.824-08:00 DEBUG 29008 --- [ Thread-5] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - After shutdown stats (total=0, active=0, idle=0, waiting=0)
?[0m?[0;34m2025-01-06T15:09:56.824-08:00 INFO 29008 --- [ Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
?[0m?[0;34m2025-01-06T15:09:56.824-08:00 DEBUG 29008 --- [ Thread-5] o.s.b.f.support.DisposableBeanAdapter : Custom destroy method 'close' on bean with name 'simpleMeterRegistry' completed
?[0m?[0;34m
?[0m?[0;34m . ____ _ __ _ _
?[0m?[0;34m /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
?[0m?[0;34m( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
?[0m?[0;34m \\/ ___)| |_)| | | | | || (_| | ) ) ) )
?[0m?[0;34m ' |____| .__|_| |_|_| |_\__, | / / / /
?[0m?[0;34m =========|_|==============|___/=/_/_/_/
?[0m?[0;34m :: Spring Boot :: (v3.2.0)
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.287-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Starting RecipesApplication using Java 17.0.10 with PID 29008 (started by CMCDERMI in C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task)
?[0m?[0;34m2025-01-06T15:10:07.287-08:00 DEBUG 29008 --- [ Test worker] recipes.RecipesApplication : Running with Spring Boot v3.2.0, Spring v6.1.1
?[0m?[0;34m2025-01-06T15:10:07.287-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : No active profile set, falling back to 1 default profile: "default"
?[0m?[0;34m2025-01-06T15:10:07.287-08:00 DEBUG 29008 --- [ Test worker] o.s.boot.SpringApplication : Loading source class recipes.RecipesApplication
?[0m?[0;34m2025-01-06T15:10:07.288-08:00 DEBUG 29008 --- [ Test worker] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757
?[0m?[0;34m2025-01-06T15:10:07.288-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:07.288-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
?[0m?[0;34m2025-01-06T15:10:07.291-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\RestAuthenticationEntryPoint.class]
?[0m?[0;34m2025-01-06T15:10:07.292-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\SecurityConfig.class]
?[0m?[0;34m2025-01-06T15:10:07.292-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\RecipeController.class]
?[0m?[0;34m2025-01-06T15:10:07.292-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\ResgisterController.class]
?[0m?[0;34m2025-01-06T15:10:07.293-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:10:07.293-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:10:07.293-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\CustomUserDetailsService.class]
?[0m?[0;34m2025-01-06T15:10:07.293-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\RecipeService.class]
?[0m?[0;34m2025-01-06T15:10:07.439-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
?[0m?[0;34m2025-01-06T15:10:07.439-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
?[0m?[0;34m2025-01-06T15:10:07.439-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'recipes'. Automatic @Repository and @Entity scanning is enabled.
?[0m?[0;34m2025-01-06T15:10:07.439-08:00 DEBUG 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Scanning for JPA repositories in packages recipes.
?[0m?[0;34m2025-01-06T15:10:07.442-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:10:07.442-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:10:07.445-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 6 ms. Found 2 JPA repository interfaces.
?[0m?[0;34m2025-01-06T15:10:07.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
?[0m?[0;34m2025-01-06T15:10:07.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
?[0m?[0;34m2025-01-06T15:10:07.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conversionServicePostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:10:07.475-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:10:07.476-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:07.476-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:07.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:07.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
?[0m?[0;34m2025-01-06T15:10:07.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetailsHikariBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
?[0m?[0;34m2025-01-06T15:10:07.479-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.480-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:07.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
?[0m?[0;34m2025-01-06T15:10:07.482-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.483-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.CountedAspect.interceptAndRecord(org.aspectj.lang.ProceedingJoinPoint,io.micrometer.core.annotation.Counted) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:07.484-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:07.484-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:07.485-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:07.485-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:07.492-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:07.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:10:07.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:07.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:07.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:10:07.497-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.497-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:07.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.500-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.501-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:07.502-08:00 DEBUG 29008 --- [ Test worker] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@d181ca3]
?[0m?[0;34m2025-01-06T15:10:07.502-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
?[0m?[0;34m2025-01-06T15:10:07.502-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
?[0m?[0;34m2025-01-06T15:10:07.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.508-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
?[0m?[0;34m2025-01-06T15:10:07.512-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:10:07.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:10:07.515-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:10:07.517-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar'
?[0m?[0;34m2025-01-06T15:10:07.517-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileWatcher'
?[0m?[0;34m2025-01-06T15:10:07.523-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher'
?[0m?[0;34m2025-01-06T15:10:07.544-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.544-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.545-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.545-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.547-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:07.547-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.549-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.549-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.550-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.553-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
?[0m?[0;34m2025-01-06T15:10:07.553-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.554-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:07.556-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:07.556-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.557-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:07.557-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.558-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:07.560-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:07.566-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:07.566-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:07.567-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
?[0m?[0;34m2025-01-06T15:10:07.567-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.568-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:10:07.570-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:10:07.576-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:07.584-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8881)
?[0m?[0;34m2025-01-06T15:10:07.585-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false)
?[0m?[0;34m2025-01-06T15:10:07.585-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false)
?[0m?[0;34m2025-01-06T15:10:07.586-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardHost[localhost] StandardEngine[Tomcat]
?[0m?[0;34m2025-01-06T15:10:07.586-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:10:07.586-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:10:07.587-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
?[0m?[0;34m2025-01-06T15:10:07.590-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost]
?[0m?[0;34m2025-01-06T15:10:07.590-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8881 (http)
?[0m?[0;34m2025-01-06T15:10:07.591-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardService : Starting service [Tomcat]
?[0m?[0;34m2025-01-06T15:10:07.591-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.16]
?[0m?[0;34m2025-01-06T15:10:07.591-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting ROOT
?[0m?[0;34m2025-01-06T15:10:07.593-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring default Resources
?[0m?[0;34m2025-01-06T15:10:07.594-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Processing standard container startup
?[0m?[0;34m2025-01-06T15:10:07.594-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.loader.WebappLoader : Starting this Loader
?[0m?[0;34m2025-01-06T15:10:07.610-08:00 DEBUG 29008 --- [ Test worker] o.a.c.authenticator.AuthenticatorBase : No SingleSignOn Valve is present
?[0m?[0;34m2025-01-06T15:10:07.610-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]
?[0m?[0;34m2025-01-06T15:10:07.611-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configured a manager of class [org.apache.catalina.session.StandardManager]
?[0m?[0;34m2025-01-06T15:10:07.611-08:00 INFO 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
?[0m?[0;34m2025-01-06T15:10:07.611-08:00 DEBUG 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
?[0m?[0;34m2025-01-06T15:10:07.611-08:00 INFO 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 323 ms
?[0m?[0;34m2025-01-06T15:10:07.612-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:10:07.612-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.613-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:07.614-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.615-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesObservationFilter'
?[0m?[0;34m2025-01-06T15:10:07.616-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:07.617-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:07.620-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsObservationHandlerGrouping'
?[0m?[0;34m2025-01-06T15:10:07.620-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.622-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultMeterObservationHandler'
?[0m?[0;34m2025-01-06T15:10:07.622-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.622-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:07.622-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.623-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleConfig'
?[0m?[0;34m2025-01-06T15:10:07.623-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:10:07.626-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:10:07.627-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'micrometerClock'
?[0m?[0;34m2025-01-06T15:10:07.627-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.628-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig'
?[0m?[0;34m2025-01-06T15:10:07.628-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock'
?[0m?[0;34m2025-01-06T15:10:07.632-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesMeterFilter'
?[0m?[0;34m2025-01-06T15:10:07.633-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:07.634-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:07.636-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter'
?[0m?[0;34m2025-01-06T15:10:07.636-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.638-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:07.638-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:07.639-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter'
?[0m?[0;34m2025-01-06T15:10:07.639-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.640-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:07.640-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:07.641-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:07.643-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:07.643-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:07.645-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChainRegistration'
?[0m?[0;34m2025-01-06T15:10:07.645-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.647-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:10:07.648-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:10:07.649-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointRegistrar'
?[0m?[0;34m2025-01-06T15:10:07.649-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.650-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:07.653-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:07.653-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.654-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:07.654-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointPathMapper'
?[0m?[0;34m2025-01-06T15:10:07.654-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.654-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:07.654-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:07.656-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:07.656-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.657-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:07.661-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:07.661-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:07.661-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:07.665-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:10:07.667-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
?[0m?[0;34m2025-01-06T15:10:07.667-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.669-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:10:07.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, springSecurityFilterChain urls=[/*] order=-100, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105
?[0m?[0;34m2025-01-06T15:10:07.671-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
?[0m?[0;34m2025-01-06T15:10:07.672-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
?[0m?[0;34m2025-01-06T15:10:07.672-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring application event listeners
?[0m?[0;34m2025-01-06T15:10:07.673-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Sending application start events
?[0m?[0;34m2025-01-06T15:10:07.673-08:00 DEBUG 29008 --- [ Test worker] o.a.catalina.session.StandardManager : Start: Loading persisted sessions
?[0m?[0;34m2025-01-06T15:10:07.673-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filters
?[0m?[0;34m2025-01-06T15:10:07.673-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:10:07.673-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:07.674-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:10:07.674-08:00 DEBUG 29008 --- [ Test worker] o.s.w.f.ServerHttpObservationFilter : Filter 'webMvcObservationFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:07.674-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'Tomcat WebSocket (JSR356) Filter'
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] .DelegatingFilterProxyRegistrationBean$1 : Filter 'springSecurityFilterChain' configured for use
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'formContentFilter'
?[0m?[0;34m2025-01-06T15:10:07.675-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:07.676-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting completed
?[0m?[0;34m2025-01-06T15:10:07.676-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.start(Tomcat.java:488) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:501) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:218) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.mapper.Mapper : Registered host [localhost]
?[0m?[0;34m2025-01-06T15:10:07.683-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]]
?[0;34m2025-01-06T15:10:07.682-08:00 WARN 29008 --- [alina-utility-1] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.threadStart(ContainerBase.java:1232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessorMonitor.run(ContainerBase.java:1270) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.683-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Context [] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:10:07.683-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register host [localhost] at domain [null] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:10:07.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
?[0m?[0;34m2025-01-06T15:10:07.685-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.686-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource'
?[0m?[0;34m2025-01-06T15:10:07.686-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:10:07.687-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:07.690-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:10:07.690-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.691-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcConnectionDetails' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:07.691-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:07.691-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:10:07.692-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : Driver class org.h2.Driver found in Thread context class loader jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m2025-01-06T15:10:07.699-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:10:07.700-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:07.700-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:10:07.702-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactory'
?[0m?[0;34m2025-01-06T15:10:07.702-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.703-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:07.705-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:10:07.707-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:07.707-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:07.707-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:07.707-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:10:07.709-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
?[0m?[0;34m2025-01-06T15:10:07.709-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.723-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:10:07.723-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:10:07.725-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:10:07.727-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:10:07.727-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:07.727-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:07.731-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:10:07.732-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:10:07.733-08:00 DEBUG 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:10:07.733-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : PersistenceUnitInfo [
?[0m?[0;34m name: default
?[0m?[0;34m persistence provider classname: null
?[0m?[0;34m classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m excludeUnlistedClasses: true
?[0m?[0;34m JTA datasource: null
?[0m?[0;34m Non JTA datasource: HikariDataSource (null)
?[0m?[0;34m Transaction type: RESOURCE_LOCAL
?[0m?[0;34m PU root URL: file:/C:/Users/CMCDERMI/code/hyperskill/recipeManagementSystem/Recipe%20Management%20System/task/build/classes/java/test/
?[0m?[0;34m Shared Cache Mode: UNSPECIFIED
?[0m?[0;34m Validation Mode: NONE
?[0m?[0;34m Jar files URLs []
?[0m?[0;34m Managed classes names [
?[0m?[0;34m recipes.model.Recipe
?[0m?[0;34m recipes.model.User]
?[0m?[0;34m Mapping files names []
?[0m?[0;34m Properties []
?[0m?[0;34m2025-01-06T15:10:07.733-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.boot.beanvalidation.BeanValidationIntegrator].
?[0m?[0;34m2025-01-06T15:10:07.733-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:10:07.737-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 INFO 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.BasicTypeReference@26cdd4af
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4b8a0d03
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@54f373d4
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:07.738-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@54286339
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6785df10
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3e2c8ef
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.BasicTypeReference@290807e5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.BasicTypeReference@60bc308b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2a2798a2
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2b9ecd05
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@31f1b268
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3ec7ad61
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2833c093
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7598d675
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@34a33343
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@98722ef
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@fd69983
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@22429a11
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@126254ec
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1c788d08
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2adc1e84
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@323efafe
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32dbca45
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2de7c84a
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4182a651
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:10:07.739-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3f4964f2
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration null -> org.hibernate.type.NullType@1592e540
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3fc0f3c2
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5d233d7
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@24945f50
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@550244cb
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@6de4e34a
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@79bc29aa
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7f549712
?[0m?[0;34m2025-01-06T15:10:07.740-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@38b7b02f
?[0m?[0;34m2025-01-06T15:10:07.743-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@6a6a7c53] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:10:07.743-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(org.springframework.instrument.classloading.SimpleThrowawayClassLoader@6a6a7c53) [was null]
?[0m?[0;34m2025-01-06T15:10:07.743-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@31dd8a0b] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:10:07.744-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@346e62d7] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@59d64b60]
?[0m?[0;34m2025-01-06T15:10:07.747-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:10:07.747-08:00 INFO 29008 --- [ Test worker] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
?[0m?[0;34m2025-01-06T15:10:07.747-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [null] into BootstrapContext; was [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@6a6a7c53]
?[0m?[0;34m2025-01-06T15:10:07.747-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(null) [was org.springframework.instrument.classloading.SimpleThrowawayClassLoader@6a6a7c53]
?[0m?[0;34m2025-01-06T15:10:07.749-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : HikariPool-2 - configuration:
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : allowPoolSuspension.............false
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : autoCommit......................true
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : catalog.........................none
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionInitSql...............none
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTestQuery.............none
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTimeout...............30000
?[0m?[0;34m2025-01-06T15:10:07.750-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSource......................none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceClassName.............none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceJNDI..................none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceProperties............{password=<masked>}
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : driverClassName................."org.h2.Driver"
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : exceptionOverrideClassName......none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckProperties...........{}
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckRegistry.............none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : idleTimeout.....................600000
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : initializationFailTimeout.......1
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : isolateInternalQueries..........false
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : jdbcUrl.........................jdbc:h2:file:../recipes_db
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : keepaliveTime...................0
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : leakDetectionThreshold..........0
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maxLifetime.....................1800000
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maximumPoolSize.................10
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricRegistry..................none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricsTrackerFactory...........none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : minimumIdle.....................10
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : password........................<masked>
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : poolName........................"HikariPool-2"
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : readOnly........................false
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : registerMbeans..................false
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : scheduledExecutor...............none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : schema..........................none
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : threadFactory...................internal
?[0m?[0;34m2025-01-06T15:10:07.751-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : transactionIsolation............default
?[0m?[0;34m2025-01-06T15:10:07.752-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : username........................none
?[0m?[0;34m2025-01-06T15:10:07.752-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : validationTimeout...............5000
?[0m?[0;34m2025-01-06T15:10:07.752-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
?[0m?[0;34m2025-01-06T15:10:07.781-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn10: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.781-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
?[0m?[0;34m2025-01-06T15:10:07.781-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Database ->
?[0m?[0;34m name : H2
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:10:07.781-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Driver ->
?[0m?[0;34m name : H2 JDBC Driver
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:10:07.781-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : JDBC version : 4.2
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.dialect : HHH035001: Using dialect: org.hibernate.dialect.H2Dialect, version: 2.2.224
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.env.spi.IdentifierHelperBuilder : JDBC driver metadata reported database stores quoted identifiers in neither upper, lower nor mixed case
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NCharTypeDescriptor) replaced previous registration(CharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NVarcharTypeDescriptor) replaced previous registration(VarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(LongNVarcharTypeDescriptor) replaced previous registration(LongVarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NClobTypeDescriptor(DEFAULT)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(2005, ClobTypeDescriptor(STREAM_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(TimestampUtcDescriptor) replaced previous registration(TimestampUtcDescriptor)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> basicType@18(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> basicType@18(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@bb510b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@180c785d]
?[0m?[0;34m2025-01-06T15:10:07.782-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.relational.Namespace : Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
?[0m?[0;34m2025-01-06T15:10:07.783-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.783-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name Recipe
?[0m?[0;34m2025-01-06T15:10:07.783-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.Recipe on table recipe
?[0m?[0;34m2025-01-06T15:10:07.783-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:id]
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.id
?[0m?[0;34m2025-01-06T15:10:07.784-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property category with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:category]
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for category
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.category
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property category
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property date with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:date]
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for date
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.date
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property date
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property description with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:description]
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for description
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.description
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property description
?[0m?[0;34m2025-01-06T15:10:07.785-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.786-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.786-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='directions_ORDER')
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property directions
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='ingredients_ORDER')
?[0m?[0;34m2025-01-06T15:10:07.787-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property ingredients
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property name with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:name]
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for name
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.name
?[0m?[0;34m2025-01-06T15:10:07.788-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property name
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property userId with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:userId]
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for userId
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.user_id
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property userId
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onUpdate as PreUpdate callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onCreate as PrePersist callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.User
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name User
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.User on table users
?[0m?[0;34m2025-01-06T15:10:07.789-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:id]
?[0m?[0;34m2025-01-06T15:10:07.790-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.id
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property locked with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:locked]
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for locked
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.locked
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property locked
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property password with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:password]
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for password
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.password
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property password
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property username with lazy=false
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:username]
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for username
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.username
?[0m?[0;34m2025-01-06T15:10:07.791-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property username
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for category
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for date
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for description
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for name
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for userId
?[0m?[0;34m2025-01-06T15:10:07.792-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for locked
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for password
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for username
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [recipe]
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [users]
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:10:07.793-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_ingredients.ingredients
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: ingredients
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_directions.directions
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: directions
?[0m?[0;34m2025-01-06T15:10:07.794-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.795-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.800-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.800-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.802-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:10:07.803-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Building session factory
?[0m?[0;34m2025-01-06T15:10:07.806-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:10:07.806-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiating SessionFactory with settings: {java.specification.version=17, sun.cpu.isalist=amd64, hibernate.resource.beans.container=org.springframework.orm.hibernate5.SpringBeanContainer@5df744d4, hibernate.connection.handling_mode=DELAYED_ACQUISITION_AND_HOLD, sun.jnu.encoding=Cp1252, org.gradle.test.worker=29, hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy, java.class.path=C:\Users\CMCDERMI\.gradle\caches\8.5\workerMain\gradle-worker.jar;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\test;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\resources\main;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-actuator\3.2.0\d5fbcd592486db01da12ae57dfd505d863ef639f\spring-boot-starter-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-web\3.2.0\e609f839e7c2ff9c90bc75d7c05dbcbb19315319\spring-boot-starter-web-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-security\3.2.0\c692cc94ac3b5bfa9eb47fa04afa5b570a5b24b2\spring-boot-starter-security-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-json\3.2.0\e831483c03433b987cc9c72f8ea67757f9865191\spring-boot-starter-json-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-data-jpa\3.2.0\6a8ad077a37f8a0cef6949dcfd91a9b2115cade\spring-boot-starter-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-aop\3.2.0\1c4e5498a0ae4c179d0c192e9b674ac656f3e0b9\spring-boot-starter-aop-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-jdbc\3.2.0\1ab4ef09c814142be2fafc6d40c9bc242921ca12\spring-boot-starter-jdbc-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter\3.2.0\4d0cc70617a9febbbc6ad81562e930d93f7b2665\spring-boot-starter-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.h2database\h2\2.2.224\7bdade27d8cd197d9b5ce9dc251f41d2edc5f7ad\h2-2.2.224.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.github.hyperskill\hs-test\release-SNAPSHOT\39580a2649085a45df136994ffb1ebb683e7bd30\hs-test-release-SNAPSHOT.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator-autoconfigure\3.2.0\9795fad75af563e062656b8b9417a3c3c56b0fd9\spring-boot-actuator-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-autoconfigure\3.2.0\29b231378146bd6606e75389297f3a7d55476b87\spring-boot-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator\3.2.0\bf991f1c5b3bee22a93c22641bb5a079f0a42963\spring-boot-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-logging\3.2.0\54998ab18f16e8d3a6e46c3d326f2de41c0b1ce0\spring-boot-starter-logging-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-tomcat\3.2.0\fc758099e394fe5646d9e36883fab38da4b26e22\spring-boot-starter-tomcat-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-jpa\3.2.0\59e49a0eca3d02c3dc593e7a881c19b932641894\spring-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.annotation\jakarta.annotation-api\2.1.1\48b9bda22b091b1f48b13af03fe36db3be6e1ae3\jakarta.annotation-api-2.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-webmvc\6.1.1\76c4408b67828aa9656f5955dc2c1c4c0e1b6da3\spring-webmvc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-web\6.2.0\279f836f90d0b7d394abe115e5504b2ff4b66643\spring-security-web-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-web\6.1.1\4eeb5f2edb9f04d00357edcc56b59d3874b3b453\spring-web-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-config\6.2.0\bcfe1e3d9aaa2cdfc46e48ae6c22dccfca5d77da\spring-security-config-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-core\6.2.0\7542f0da00c7bbe5a3f32a8710490a62c396ff52\spring-security-core-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-context\6.1.1\610d7dd3f62d22d42b993a201e3110649b68e17\spring-context-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aop\6.1.1\66cb0e08770d4523ae3976b0b791cde767466c61\spring-aop-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-orm\6.1.1\e9672bb788f74ed12f9ad9e2bf12eb9e4d7c8695\spring-orm-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jdbc\6.1.1\92f1f65c3d8ccee4a86cd8f85a446d99f2915833\spring-jdbc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-commons\3.2.0\1c98c48b9fde0624337e19f3577fce20d19b78ea\spring-data-commons-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-tx\6.1.1\100cf99c3e41b12eab810d780c0e6e3905c51c12\spring-tx-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-beans\6.1.1\6af88af13193acf2197bc0a42f0ec4e5c481bfe9\spring-beans-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-expression\6.1.1\807700a64cb055ed85af189d1fa0702bc0d2efba\spring-expression-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-core\6.1.1\22d73bef97aff8a74a992716fe1aafc8f8a8a68d\spring-core-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.yaml\snakeyaml\2.2\3af797a25458550a16bf89acc8e4ab2b7f2bfce0\snakeyaml-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-jakarta9\1.12.0\d44ea5a6e7f1c1de8a33827797d3f081f798d34\micrometer-jakarta9-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-core\1.12.0\830b242b1617b1508098fc4568b71f47336012d3\micrometer-core-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-observation\1.12.0\4f4981faa7968441d0092107df9b750e057374af\micrometer-observation-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.orm\hibernate-core\6.3.1.Final\1101d7e09e4853a110fd27a6f35c906f5709ac4f\hibernate-core-6.3.1.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aspects\6.1.1\bfcb6682e205b4ef6ae7986ac7ea35eae29f31f4\spring-aspects-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing-junit\3.17.1\cd7965b9f5abe57b5f9ef0f7058fd06cd7772dca\assertj-swing-junit-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\junit\junit\4.13.2\8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12\junit-4.13.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.13\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\httpclient-4.5.13.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.10.1\b3add478d4382b78ea20b1671390a858002feb6c\gson-2.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.4.11\54450c0c783e896a1a6d88c043bd2f1daba1c382\logback-classic-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-to-slf4j\2.21.1\d77b2ba81711ed596cd797cc2b5b5bd7409d841c\log4j-to-slf4j-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\jul-to-slf4j\2.0.9\9ef7c70b248185845f013f49a33ff9ca65b7975\jul-to-slf4j-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jcl\6.1.1\69ebbf7bad707d34e81d00213c756bc6fcc31dd7\spring-jcl-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jdk8\2.15.3\80158cb020c7bd4e4ba94d8d752a65729dc943b2\jackson-datatype-jdk8-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.module\jackson-module-parameter-names\2.15.3\8d251b90c5358677e7d8161e0c2488e6f84f49da\jackson-module-parameter-names-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-annotations\2.15.3\79baf4e605eb3bbb60b1c475d44a7aecceea1d60\jackson-annotations-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-core\2.15.3\60d600567c1862840397bf9ff5a92398edc5797b\jackson-core-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jsr310\2.15.3\4a20a0e104931bfa72f24ef358c2eb63f1ef2aaf\jackson-datatype-jsr310-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-databind\2.15.3\a734bc2c47a9453c4efa772461a3aeb273c010d9\jackson-databind-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-commons\1.12.0\2436654d439bd4ff6aad6419519357be8ba4f0d\micrometer-commons-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-websocket\10.1.16\5c372739ee9409b47c474d8d47d276a7cd9bc2b\tomcat-embed-websocket-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-core\10.1.16\176162fb3998856a90436826034ffe5d25beaeb9\tomcat-embed-core-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-el\10.1.16\f057e54bfffe99df7f0d04cd4e688e55bf8a0da5\tomcat-embed-el-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.aspectj\aspectjweaver\1.9.20.1\33b0e41476658229933eec7134678cf336e66dd4\aspectjweaver-1.9.20.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.zaxxer\HikariCP\5.0.1\a74c7f0a37046846e88d54f7cb6ea6d565c65f9c\HikariCP-5.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.persistence\jakarta.persistence-api\3.1.0\66901fa1c373c6aff65c13791cc11da72060a8d6\jakarta.persistence-api-3.1.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.transaction\jakarta.transaction-api\2.0.1\51a520e3fae406abb84e2e1148e6746ce3f80a1a\jakarta.transaction-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.jboss.logging\jboss-logging\3.5.3.Final\c88fc1d8a96d4c3491f55d4317458ccad53ca663\jboss-logging-3.5.3.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.common\hibernate-commons-annotations\6.0.6.Final\77a5f94b56d49508e0ee334751db5b78e5ccd50c\hibernate-commons-annotations-6.0.6.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.smallrye\jandex\3.1.2\a6c1c89925c7df06242b03dddb353116ceb9584c\jandex-3.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml\classmate\1.6.0\91affab6f84a2182fce5dd72a8d01bc14346dddd\classmate-1.6.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing\3.17.1\9b920f1edbd694d39a0fc212ad26ae3a79247305\assertj-swing-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-core\3.24.2\ebbf338e33f893139459ce5df023115971c2786f\assertj-core-3.24.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy\1.14.10\8117daf4a612122eb4f517f66adff778cb8b4737\byte-buddy-1.14.10.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-runtime\4.0.4\7180c50ef8bd127bb1dd645458b906cffcf6c2b5\jaxb-runtime-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-core\4.0.4\2d5aadd02af86f1e9d8c6f7e8501673f915d4e25\jaxb-core-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.xml.bind\jakarta.xml.bind-api\4.0.1\ca2330866cbc624c7e5ce982e121db1125d23e15\jakarta.xml.bind-api-4.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.inject\jakarta.inject-api\2.0.1\4c28afe1991a941d7702fe1362c365f0a8641d1e\jakarta.inject-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.antlr\antlr4-runtime\4.10.1\10839f875928f59c622d675091d51a43ea0dc5f7\antlr4-runtime-4.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\2.0.9\7cf2726fdcfbc8610f9a71fb3ed639871f315340\slf4j-api-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest-core\2.2\3f2bd07716a31c395e2837254f37f21f0f0ab24b\hamcrest-core-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-reflect\1.4.1\2b92d5275e92a49e16c7ce6bd7e46b9080db0530\fest-reflect-1.4.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.16\51cf043c87253c9f58b539c9f7e44c8894223850\httpcore-4.4.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.16.0\4e3eb3d79888d76b54e28b350915b5dc3919c9de\commons-codec-1.16.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.4.11\2f9f280219a9922a74200eaf7138c4c17fb87c0f\logback-core-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.21.1\74c65e87b9ce1694a01524e192d7be989ba70486\log4j-api-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hdrhistogram\HdrHistogram\2.1.12\6eb7552156e0d517ae80cc2247be1427c8d90452\HdrHistogram-2.1.12.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.latencyutils\LatencyUtils\2.0.3\769c0b82cb2421c8256300e907298a9410a2a3d3\LatencyUtils-2.0.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.eclipse.angus\angus-activation\2.0.1\eaafaf4eb71b400e4136fc3a286f50e34a68ecb7\angus-activation-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.activation\jakarta.activation-api\2.1.2\640c0d5aff45dbff1e1a1bc09673ff3a02b1ba12\jakarta.activation-api-2.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-crypto\6.2.0\7cee6007ede44a19a3773912dbdac86ff53d0549\spring-security-crypto-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest\2.2\1820c0968dba3a11a1b30669bb1f01978a91dedc\hamcrest-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-util\1.2.5\c4a8d7305b23b8d043be12c979813b096df11f44\fest-util-1.2.5.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\txw2\4.0.4\cfd2bcf08782673ac370694fdf2cf76dbaa607ef\txw2-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.sun.istack\istack-commons-runtime\4.1.2\18ec117c85f3ba0ac65409136afa8e42bc74e739\istack-commons-runtime-4.1.2.jar, java.vm.vendor=Amazon.com Inc., sun.arch.data.model=64, user.variant=, java.vendor.url=https://aws.amazon.com/corretto/, catalina.useNaming=false, user.timezone=America/Vancouver, jakarta.persistence.sharedCache.mode=UNSPECIFIED, org.jboss.logging.provider=slf4j, java.vm.specification.version=17, os.name=Windows 10, jakarta.persistence.nonJtaDataSource=HikariDataSource (HikariPool-2), user.country=CA, sun.java.launcher=SUN_STANDARD, sun.boot.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin, sun.java.command=worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 29', javax.persistence.nonJtaDataSource=HikariDataSource (HikariPool-2), hibernate.transaction.jta.platform=org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform@6dbf203c, jdk.debug=release, sun.cpu.endian=little, hibernate.cdi.extensions=true, user.home=C:\Users\CMCDERMI, user.language=en, java.specification.vendor=Oracle Corporation, org.gradle.native=false, java.version.date=2024-01-16, java.home=C:\Users\CMCDERMI\.jdks\corretto-17.0.10, file.separator=\, java.vm.compressedOopsMode=32-bit, line.separator=
?[0m?[0;34m, hibernate.persistenceUnitName=default, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, FILE_LOG_CHARSET=UTF-8, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl, java.awt.headless=true, jakarta.persistence.validation.mode=NONE, hibernate.hbm2ddl.auto=update, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7-LTS, user.name=CMCDERMI, path.separator=;, os.version=10.0, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, java.vm.name=OpenJDK 64-Bit Server VM, java.vendor.version=Corretto-17.0.10.7.1, java.vendor.url.bug=https://github.com/corretto/corretto-17/issues/, java.io.tmpdir=C:\Users\CMCDERMI\AppData\Local\Temp\, catalina.home=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, java.version=17.0.10, hibernate.physical_naming_strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy, user.dir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, PID=29008, org.gradle.internal.worker.tmpdir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\tmp\test\work, sun.os.patch.level=, CONSOLE_LOG_CHARSET=UTF-8, catalina.base=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@486bd746, native.encoding=Cp1252, java.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., java.vendor=Amazon.com Inc., java.vm.info=mixed mode, sharing, java.vm.version=17.0.10+7-LTS, sun.io.unicode.encoding=UnicodeLittle, hibernate.archive.scanner=org.hibernate.boot.archive.scan.internal.DisabledScanner, hibernate.connection.datasource=HikariDataSource (HikariPool-2), java.class.version=61.0}
?[0m?[0;34m2025-01-06T15:10:07.807-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Session factory constructed with filter configurations : {}
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@7ee96c1c] under count; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@195f46f1] under every; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@df52b26] under any; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(floor)] under floor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ceiling)] under ceiling; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(mod)] under mod; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(abs)] under abs; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sign)] under sign; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sqrt)] under sqrt; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ln)] under ln; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(exp)] under exp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(power)] under power; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(round)] under round; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sin)] under sin; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cos)] under cos; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(tan)] under tan; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.808-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(asin)] under asin; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(acos)] under acos; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan)] under atan; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan2)] under atan2; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@1b320c39] under sinh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2e0e1acf] under cosh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@4d05b931] under tanh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@698d07ac] under pi; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@62d59d60] under log; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(coalesce)] under coalesce; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nullif)] under nullif; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(left)] under left; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(right)] under right; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(replace)] under replace; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(concat)] under concat; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lower)] under lower; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(upper)] under upper; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substring)] under substring; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(locate)] under locate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(character_length)] under character_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : length -> character_length
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LocatePositionEmulation@3c532b97] under position; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InsertSubstringOverlayEmulation@5cffd11d] under overlay; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TrimFunction@5d4e0d49] under trim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastFunction@13bea51d] under cast; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@36142b6e] under collate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ExtractFunction@14c16388] under extract; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(least)] under least; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(greatest)] under greatest; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CoalesceIfnullEmulation@39c8101c] under ifnull; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lpad)] under lpad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rpad)] under rpad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LpadRpadPadEmulation@5f38dc75] under pad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastStrEmulation@48e0d3a7] under str; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@57a22410] under format; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampaddFunction@2e138608] under timestampadd; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampdiffFunction@37d12ccb] under timestampdiff; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : dateadd -> timestampadd
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : datediff -> timestampdiff
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@79e2bc7d] under current_date; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@3fa695f5] under current_time; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@d3767cf] under current_timestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current date -> current_date
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current time -> current_time
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current timestamp -> current_timestamp
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@333ea5d6] under local_date; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@5f53e698] under local_time; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@54d1c9ba] under local_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@626ed5f0] under offset_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local date -> local_date
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local time -> local_time
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local datetime -> local_datetime
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : offset datetime -> offset_datetime
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@2438cc7e] under instant; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current_instant -> instant
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.SqlFunction@641f9947] under sql; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was NamedSqmFunctionTemplate(max)
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was NamedSqmFunctionTemplate(min)
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was NamedSqmFunctionTemplate(sum)
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:10:07.809-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@3e590067] under count; prior registration was org.hibernate.dialect.function.CountFunction@7ee96c1c
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.AvgFunction@2a0c9309] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(pi)] under pi; prior registration was org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@698d07ac
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cot)] under cot; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(radians)] under radians; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(degrees)] under degrees; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(log10)] under log10; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@4835e10a] under mod; prior registration was NamedSqmFunctionTemplate(mod)
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rand)] under rand; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(soundex)] under soundex; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(translate)] under translate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitand)] under bitand; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitor)] under bitor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitxor)] under bitxor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_and)] under bit_and; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_or)] under bit_or; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day)] under day; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(month)] under month; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(year)] under year; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(hour)] under hour; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(minute)] under minute; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(second)] under second; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(microsecond)] under microsecond; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_week)] under day_of_week; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_month)] under day_of_month; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : day -> day_of_month
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_year)] under day_of_year; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(week)] under week; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(quarter)] under quarter; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(monthname)] under monthname; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(dayname)] under dayname; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.810-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under localtime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under localtimestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under local_time; prior registration was org.hibernate.dialect.function.CurrentFunction@5f53e698
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under local_datetime; prior registration was org.hibernate.dialect.function.CurrentFunction@54d1c9ba
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TruncFunction@50f88cea] under trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : truncate -> trunc
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2654f4aa] under date_trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_length)] under bit_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ascii)] under ascii; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was NamedSqmFunctionTemplate(octet_length)
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(space)] under space; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(repeat)] under repeat; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(char)] under char; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : chr -> char
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(instr)] under instr; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substr)] under substr; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@680ebfb2] under position; prior registration was org.hibernate.dialect.function.LocatePositionEmulation@3c532b97
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ltrim)] under ltrim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rtrim)] under rtrim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@f542e08] under concat; prior registration was NamedSqmFunctionTemplate(concat)
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curtime)] under curtime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curdate)] under curdate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(now)] under now; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sysdate)] under sysdate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(insert)] under insert; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_and)] under bool_and; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : every -> bool_and
?[0m?[0;34m2025-01-06T15:10:07.811-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_or)] under bool_or; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : any -> bool_or
?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(median)] under median; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_pop)] under stddev_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_samp)] under stddev_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_pop)] under var_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_samp)] under var_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@1bdf7cd4] under format; prior registration was org.hibernate.dialect.function.FormatFunction@57a22410
?[0m?[0;34m2025-01-06T15:10:07.817-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rownum)] under rownum; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(row_number)] under row_number; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lag)] under lag; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lead)] under lead; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(first_value)] under first_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(last_value)] under last_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nth_value)] under nth_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ListaggFunction@1aaf3aa1] under listagg; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@7c1e569] under mode; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@29cbbff7] under percentile_cont; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@49924fc6] under percentile_disc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@2a8b1e67] under rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@22e94cf2] under dense_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@56297b5f] under percent_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@d9ef223] under cume_dist; prior registration was null
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : abs(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double acos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean any(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer ascii(STRING arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double asin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan2(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double avg(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_and(arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer bit_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_or(arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitand(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitxor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_and(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_or(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : cast(arg as Type)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ceiling(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character char(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer character_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character chr(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : coalesce(arg0[, arg1[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String collate(STRING string as COLLATION collation)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String concat(STRING string0[, STRING string1[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cosh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cot(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long count([distinct ]{arg|*})
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-3: Close connection
?[0m?[0;34m2025-01-06T15:10:07.818-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cume_dist([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date curdate()
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current date
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current time
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current timestamp
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current_date
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant current_instant
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current_time
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current_timestamp
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time curtime()
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : date_trunc(STRING field, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : dateadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@19(java.lang.Long,-5)|basicType@32(java.lang.Double,8) datediff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_month(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-9: Close connection
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_week(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_year(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String dayname(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double degrees(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long dense_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean every(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double exp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : extract(TEMPORAL_UNIT field from TEMPORAL arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : first_valueANY value
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : floor(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String format(TEMPORAL datetime as STRING pattern)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-11: Close connection
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : greatest(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer hour(TIME arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ifnull(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String insert(STRING string, INTEGER start, INTEGER length, STRING replacement)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant instant
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer instr(STRING string, STRING pattern[, INTEGER start[, INTEGER occurrence]])
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : lagANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : last_valueANY value
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : leadANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-12: Close connection
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : least(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String left(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-2: Close connection
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String listagg(STRING arg0, STRING arg1)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double ln(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local date
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local datetime
?[0m?[0;34m2025-01-06T15:10:07.819-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local time
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-0: Close connection
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local_date
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local_datetime
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local_time
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time localtime
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp localtimestamp
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer locate(STRING pattern, STRING string[, INTEGER start])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log(NUMERIC base, NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log10(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lower(STRING string)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String ltrim(STRING string)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : max(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double median(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer microsecond(TIME arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-8: Close connection
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : min(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer minute(TIME arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer mod(INTEGER arg0, INTEGER arg1)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : mode()
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer month(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String monthname(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp now()
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nth_valueANY value, INTEGER nth
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nullif(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer octet_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset datetime
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset_datetime
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String overlay(STRING string placing STRING replacement from INTEGER start[ for INTEGER length])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String pad(STRING string with INTEGER length {leading|trailing}[ STRING character])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double percent_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-10: Close connection
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_cont(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_disc(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double pi
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer position(STRING pattern in STRING string)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double power(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer quarter(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double radians(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double rand([INTEGER seed])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String repeat(STRING string, INTEGER times)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String replace(STRING string, STRING pattern, STRING replacement)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String right(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : round(NUMERIC number[, INTEGER places])
?[0m?[0;34m2025-01-06T15:10:07.820-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long row_number()
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rownum()
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rtrim(STRING string)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer second(TIME arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer sign(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sinh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String soundex(arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String space(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Object sql
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sqrt(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String str(arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substr(STRING string, INTEGER start[, INTEGER length])
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substring(STRING string{ from|,} INTEGER start[{ for|,} INTEGER length])
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : sum(arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp sysdate
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tanh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : timestampadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@19(java.lang.Long,-5)|basicType@32(java.lang.Double,8) timestampdiff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String translate(STRING arg0, STRING arg1, STRING arg2)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String trim([[{leading|trailing|both} ][STRING arg0 ]from] STRING arg1)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : trunc( ... )
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : truncate( ... )
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String upper(STRING string)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer week(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer year(DATE arg)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.query.plan.cache : Starting QueryInterpretationCache(2048)
?[0m?[0;34m2025-01-06T15:10:07.821-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:10:07.822-08:00 DEBUG 29008 --- [ Test worker] h.e.i.EntityCopyObserverFactoryInitiator : Configured EntityCopyObserver strategy: disallow
?[0m?[0;34m2025-01-06T15:10:07.822-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:10:07.822-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:10:07.844-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.User]: private accessor [locked]
?[0m?[0;34m2025-01-06T15:10:07.845-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:10:07.845-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.Recipe]: private accessor [category]
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting post-init callbacks
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.User) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions)#finishInitialization
?[0m?[0;34m2025-01-06T15:10:07.870-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions) - key descriptor
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients)#finishInitialization
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients) - key descriptor
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.Recipe) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.User
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from users where id=?
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update users set locked=?,password=?,username=? where id=?
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from users where id=?
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User)] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User.username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.871-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from recipe where id=?
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update recipe set category=?,date=?,description=?,name=?,user_id=? where id=?
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from recipe where id=?
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe)] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe.userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : d1_0
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.directions)] with identifierForTableGroup [recipes.model.Recipe.directions] for NavigablePath [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.directions` -> `{element}`
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.directions]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.872-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (d1 : recipes.model.Recipe.directions) {
?[0m?[0;34m primaryTableReference : recipe_directions as d1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_directions where recipe_id=? and directions=?
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_directions where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : i1_0
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.ingredients)] with identifierForTableGroup [recipes.model.Recipe.ingredients] for NavigablePath [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.ingredients` -> `{element}`
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.ingredients]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (i1 : recipes.model.Recipe.ingredients) {
?[0m?[0;34m primaryTableReference : recipe_ingredients as i1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_ingredients where recipe_id=? and ingredients=?
?[0m?[0;34m2025-01-06T15:10:07.873-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_ingredients where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:07.874-08:00 INFO 29008 --- [ Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
?[0m?[0;34m2025-01-06T15:10:07.874-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@bb510b] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@1d2cffea]
?[0m?[0;34m2025-01-06T15:10:07.874-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named HQL queries
?[0m?[0;34m2025-01-06T15:10:07.874-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named SQL queries
?[0m?[0;34m2025-01-06T15:10:07.880-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe
?[0m?[0;34m2025-01-06T15:10:07.880-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe_directions
?[0m?[0;34m2025-01-06T15:10:07.880-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe_ingredients
?[0m?[0;34m2025-01-06T15:10:07.880-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : users
?[0;34m2025-01-06T15:10:07.884-08:00 DEBUG 29008 --- [l-2 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Pool stats (total=1, active=1, idle=0, waiting=0)
?[0;34m2025-01-06T15:10:07.885-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn11: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.895-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Registering SessionFactory: 11d33356-68d4-401a-ad19-c902adecd60f (<unnamed>)
?[0m?[0;34m2025-01-06T15:10:07.895-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Not binding SessionFactory to JNDI, no JNDI name configured
?[0m?[0;34m2025-01-06T15:10:07.895-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiated SessionFactory
?[0m?[0;34m2025-01-06T15:10:07.895-08:00 INFO 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:10:07.898-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipesApplication'
?[0m?[0;34m2025-01-06T15:10:07.900-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn12: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.901-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:10:07.901-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityConfig'
?[0m?[0;34m2025-01-06T15:10:07.902-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:10:07.902-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userRepository'
?[0m?[0;34m2025-01-06T15:10:07.904-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#1'
?[0m?[0;34m2025-01-06T15:10:07.907-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.UserRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:10:07.911-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaSharedEM_entityManagerFactory'
?[0m?[0;34m2025-01-06T15:10:07.916-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn13: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.927-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaMappingContext'
?[0m?[0;34m2025-01-06T15:10:07.927-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Initializing JpaMetamodelMappingContext…
?[0m?[0;34m2025-01-06T15:10:07.928-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Finished initializing JpaMetamodelMappingContext
?[0m?[0;34m2025-01-06T15:10:07.932-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn14: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.934-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.935-08:00 DEBUG 29008 --- [ Test worker] o.h.stat.internal.StatisticsInitiator : Statistics initialized [enabled=false]
?[0m?[0;34m2025-01-06T15:10:07.935-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener'
?[0m?[0;34m2025-01-06T15:10:07.935-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:07.935-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:07.937-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:10:07.938-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:10:07.941-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.UserRepository…
?[0m?[0;34m2025-01-06T15:10:07.942-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.947-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn15: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.948-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:10:07.948-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.956-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:10:07.956-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.958-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.findByUsername
?[0m?[0;34m2025-01-06T15:10:07.962-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn16: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.958-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:07.966-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.findByUsername
?[0m?[0;34m2025-01-06T15:10:07.966-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.967-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.UserRepository.
?[0m?[0;34m2025-01-06T15:10:07.977-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'customUserDetailsService' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:10:07.978-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn17: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.978-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:10:07.978-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:10:07.981-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeController'
?[0m?[0;34m2025-01-06T15:10:07.982-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeService'
?[0m?[0;34m2025-01-06T15:10:07.982-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeRepository'
?[0m?[0;34m2025-01-06T15:10:07.983-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#0'
?[0m?[0;34m2025-01-06T15:10:07.984-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.RecipeRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:10:07.984-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.987-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.RecipeRepository…
?[0m?[0;34m2025-01-06T15:10:07.988-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:07.993-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:07.994-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn18: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:07.994-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.000-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:08.000-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.003-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:08.004-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.009-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:08.009-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.010-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn19: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:08.011-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.RecipeRepository.
?[0m?[0;34m2025-01-06T15:10:08.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeService' via constructor to bean named 'recipeRepository'
?[0m?[0;34m2025-01-06T15:10:08.015-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'recipeService'
?[0m?[0;34m2025-01-06T15:10:08.015-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:10:08.017-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resgisterController'
?[0m?[0;34m2025-01-06T15:10:08.019-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'passwordEncoder'
?[0m?[0;34m2025-01-06T15:10:08.021-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChain'
?[0m?[0;34m2025-01-06T15:10:08.021-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.022-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:10:08.023-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.023-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:08.024-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.025-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - After adding stats (total=10, active=0, idle=10, waiting=0)
?[0m?[0;34m2025-01-06T15:10:08.025-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.026-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.027-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.027-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.027-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.028-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.031-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:08.033-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:08.033-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:08.033-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:08.035-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
?[0m?[0;34m2025-01-06T15:10:08.036-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:08.036-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:08.036-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:08.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptorConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:08.040-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:10:08.040-08:00 WARN 29008 --- [ Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
?[0m?[0;34m2025-01-06T15:10:08.042-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openEntityManagerInViewInterceptorConfigurer' via factory method to bean named 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:10:08.043-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.043-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.044-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.045-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.045-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:10:08.045-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.050-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:10:08.057-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManagerBuilder'
?[0m?[0;34m2025-01-06T15:10:08.057-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:10:08.057-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.057-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationEventPublisher'
?[0m?[0;34m2025-01-06T15:10:08.057-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.059-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.063-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration$WebSecurityEnablerConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.070-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChain' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:10:08.070-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector'
?[0m?[0;34m2025-01-06T15:10:08.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.075-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.076-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.084-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.084-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.084-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.084-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.088-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.088-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.088-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.088-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.090-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.RecipeController:
?[0m?[0;34m {GET [/api/recipe/{id}]}: getRecipe(String)
?[0m?[0;34m {DELETE [/api/recipe/{id}]}: deleteRecipe(String)
?[0m?[0;34m {PUT [/api/recipe/{id}]}: updateRecipe(Long,Recipe)
?[0m?[0;34m {POST [/api/recipe/new]}: addRecipe(Recipe)
?[0m?[0;34m {GET [/api/recipe/search/]}: searchRecipe(String,String)
?[0m?[0;34m2025-01-06T15:10:08.092-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.ResgisterController:
?[0m?[0;34m {POST [/api/register]}: registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:10:08.093-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m o.s.b.a.w.s.e.BasicErrorController:
?[0m?[0;34m { [/error]}: error(HttpServletRequest)
?[0m?[0;34m { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
?[0m?[0;34m2025-01-06T15:10:08.094-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 8 mappings in 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.098-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.098-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.099-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.099-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.099-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.099-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.100-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {}
?[0m?[0;34m2025-01-06T15:10:08.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping'
?[0m?[0;34m2025-01-06T15:10:08.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.102-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
?[0m?[0;34m2025-01-06T15:10:08.102-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.103-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
?[0m?[0;34m2025-01-06T15:10:08.103-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.104-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:08.107-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
?[0m?[0;34m2025-01-06T15:10:08.107-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:10:08.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.109-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.109-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.110-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:10:08.111-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:10:08.112-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
?[0m?[0;34m2025-01-06T15:10:08.112-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.114-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModule'
?[0m?[0;34m2025-01-06T15:10:08.114-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.115-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:10:08.116-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.119-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.119-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:10:08.120-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
?[0m?[0;34m2025-01-06T15:10:08.120-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonGeoModule'
?[0m?[0;34m2025-01-06T15:10:08.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.125-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.125-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.126-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
?[0m?[0;34m2025-01-06T15:10:08.136-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:10:08.144-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.144-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.144-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.144-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:08.145-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]}
?[0m?[0;34m2025-01-06T15:10:08.146-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.146-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.146-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.147-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.147-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:10:08.147-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.151-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:08.152-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:10:08.152-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:08.154-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor'
?[0m?[0;34m2025-01-06T15:10:08.154-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:08.161-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:08.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:08.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.173-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.174-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.175-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.175-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthStatusAggregator'
?[0m?[0;34m2025-01-06T15:10:08.175-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthHttpCodeStatusMapper'
?[0m?[0;34m2025-01-06T15:10:08.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.180-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.180-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:08.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:08.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:10:08.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:08.191-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:08.192-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:10:08.192-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:10:08.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.196-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:08.197-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:08.197-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:08.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:08.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:10:08.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:10:08.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:10:08.203-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:08.203-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:08.203-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.205-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.205-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.207-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.210-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.211-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.213-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.213-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:08.213-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.216-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beansEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.216-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.218-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.220-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:08.221-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachesEndpointWebExtension' via factory method to bean named 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.224-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:08.224-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.226-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:08.226-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:08.226-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.230-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'infoEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.230-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.234-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conditionsReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.235-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.235-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shutdownEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.236-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.239-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:08.239-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.239-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.242-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:08.242-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.242-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.244-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggersEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.244-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.246-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem'
?[0m?[0;34m2025-01-06T15:10:08.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'heapDumpWebEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.251-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dumpEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.251-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.253-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.253-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.255-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:08.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledTasksEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingsEndpoint'
?[0m?[0;34m2025-01-06T15:10:08.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.260-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.260-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:08.260-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.262-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:08.262-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.262-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'filterMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:08.266-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.266-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.267-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.268-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:08.270-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.271-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:08.273-08:00 INFO 29008 --- [ Test worker] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
?[0m?[0;34m2025-01-06T15:10:08.277-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:08.277-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.277-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.277-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.292-08:00 INFO 29008 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7cf311eb, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@ce1c5f3, org.springframework.security.web.context.SecurityContextHolderFilter@a9f4621, org.springframework.security.web.header.HeaderWriterFilter@b4010be, org.springframework.web.filter.CorsFilter@4c949ff9, org.springframework.security.web.authentication.logout.LogoutFilter@2078869b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@54d66499, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@431a9a71, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7890189, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@73f3bf4f, org.springframework.security.web.session.SessionManagementFilter@2c992252, org.springframework.security.web.access.ExceptionTranslationFilter@4da584e, org.springframework.security.web.access.intercept.AuthorizationFilter@4203d164]
?[0m?[0;34m2025-01-06T15:10:08.293-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManager'
?[0m?[0;34m2025-01-06T15:10:08.293-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManager' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:10:08.295-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.295-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter'
?[0m?[0;34m2025-01-06T15:10:08.300-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.300-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.301-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.301-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:08.302-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:08.303-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:08.304-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.305-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:08.305-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:08.306-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.306-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:08.306-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:08.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.308-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.309-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.309-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
?[0m?[0;34m2025-01-06T15:10:08.309-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
?[0m?[0;34m2025-01-06T15:10:08.310-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.310-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757'
?[0m?[0;34m2025-01-06T15:10:08.310-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:08.311-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
?[0m?[0;34m2025-01-06T15:10:08.312-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
?[0m?[0;34m2025-01-06T15:10:08.313-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
?[0m?[0;34m2025-01-06T15:10:08.313-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
?[0m?[0;34m2025-01-06T15:10:08.315-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver'
?[0m?[0;34m2025-01-06T15:10:08.317-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver'
?[0m?[0;34m2025-01-06T15:10:08.318-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager'
?[0m?[0;34m2025-01-06T15:10:08.319-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
?[0m?[0;34m2025-01-06T15:10:08.321-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser'
?[0m?[0;34m2025-01-06T15:10:08.322-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
?[0m?[0;34m2025-01-06T15:10:08.323-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
?[0m?[0;34m2025-01-06T15:10:08.325-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:08.325-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.325-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.325-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
?[0m?[0;34m2025-01-06T15:10:08.326-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortResolver'
?[0m?[0;34m2025-01-06T15:10:08.326-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.326-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.326-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:10:08.327-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:10:08.333-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableResolver'
?[0m?[0;34m2025-01-06T15:10:08.334-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.340-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:10:08.341-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:08.343-08:00 DEBUG 29008 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:10:08.348-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:10:08.352-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter'
?[0m?[0;34m2025-01-06T15:10:08.356-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
?[0m?[0;34m2025-01-06T15:10:08.357-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:08.357-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:08.359-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:08.361-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:08.362-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
?[0m?[0;34m2025-01-06T15:10:08.362-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.363-08:00 DEBUG 29008 --- [ Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:10:08.364-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
?[0m?[0;34m2025-01-06T15:10:08.365-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:08.367-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator'
?[0m?[0;34m2025-01-06T15:10:08.368-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
?[0m?[0;34m2025-01-06T15:10:08.370-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:10:08.371-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3e51beda'
?[0m?[0;34m2025-01-06T15:10:08.372-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:10:08.373-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.374-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.375-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability'
?[0m?[0;34m2025-01-06T15:10:08.376-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.377-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.377-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:10:08.378-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:08.378-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.378-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.379-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.379-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.380-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
?[0m?[0;34m2025-01-06T15:10:08.381-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionExecutionListeners'
?[0m?[0;34m2025-01-06T15:10:08.383-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
?[0m?[0;34m2025-01-06T15:10:08.410-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$PersistenceManagedTypesConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.412-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager'
?[0m?[0;34m2025-01-06T15:10:08.416-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.417-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.418-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebChildContextFactory'
?[0m?[0;34m2025-01-06T15:10:08.419-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'managementServletContext'
?[0m?[0;34m2025-01-06T15:10:08.419-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.425-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator'
?[0m?[0;34m2025-01-06T15:10:08.425-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.425-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:08.427-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.427-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.427-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:10:08.428-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:10:08.429-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.430-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties'
?[0m?[0;34m2025-01-06T15:10:08.430-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappedEndpoints'
?[0m?[0;34m2025-01-06T15:10:08.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.431-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:08.432-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.433-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:08.434-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryCloser'
?[0m?[0;34m2025-01-06T15:10:08.435-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.436-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.437-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmGcMetrics'
?[0m?[0;34m2025-01-06T15:10:08.438-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmHeapPressureMetrics'
?[0m?[0;34m2025-01-06T15:10:08.440-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmMemoryMetrics'
?[0m?[0;34m2025-01-06T15:10:08.440-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmThreadMetrics'
?[0m?[0;34m2025-01-06T15:10:08.441-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classLoaderMetrics'
?[0m?[0;34m2025-01-06T15:10:08.442-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmInfoMetrics'
?[0m?[0;34m2025-01-06T15:10:08.442-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmCompilationMetrics'
?[0m?[0;34m2025-01-06T15:10:08.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logbackMetrics'
?[0m?[0;34m2025-01-06T15:10:08.444-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAspectsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'countedAspect'
?[0m?[0;34m2025-01-06T15:10:08.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'countedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:08.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'timedAspect'
?[0m?[0;34m2025-01-06T15:10:08.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'timedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:08.446-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.447-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uptimeMetrics'
?[0m?[0;34m2025-01-06T15:10:08.447-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'processorMetrics'
?[0m?[0;34m2025-01-06T15:10:08.449-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileDescriptorMetrics'
?[0m?[0;34m2025-01-06T15:10:08.450-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceMetrics'
?[0m?[0;34m2025-01-06T15:10:08.450-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:08.451-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.451-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.452-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariDataSourceMeterBinder'
?[0m?[0;34m2025-01-06T15:10:08.452-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.453-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder'
?[0m?[0;34m2025-01-06T15:10:08.453-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:08.454-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.454-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.455-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'startupTimeMetrics'
?[0m?[0;34m2025-01-06T15:10:08.455-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:08.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:08.457-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:08.458-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:08.459-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.460-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:08.460-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:08.461-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.461-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:08.461-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:08.463-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.463-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.465-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eagerTaskExecutorMetrics'
?[0m?[0;34m2025-01-06T15:10:08.468-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatMetricsBinder'
?[0m?[0;34m2025-01-06T15:10:08.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:08.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.469-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observedAspect'
?[0m?[0;34m2025-01-06T15:10:08.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:08.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.470-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:10:08.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.471-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:10:08.472-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardGsonBuilderCustomizer' via factory method to bean named 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:10:08.473-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gsonBuilder' via factory method to bean named 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.474-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gson'
?[0m?[0;34m2025-01-06T15:10:08.474-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gson' via factory method to bean named 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:10:08.476-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.477-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.478-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.479-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientSsl'
?[0m?[0;34m2025-01-06T15:10:08.479-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:10:08.480-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientBuilderConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.480-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.480-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:08.481-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:08.483-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.484-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestTemplateCustomizer'
?[0m?[0;34m2025-01-06T15:10:08.484-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:08.484-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:08.485-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.485-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.486-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observabilitySchedulingConfigurer'
?[0m?[0;34m2025-01-06T15:10:08.486-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:08.486-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.487-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.487-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.487-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.488-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.488-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.488-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor'
?[0m?[0;34m2025-01-06T15:10:08.489-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:10:08.489-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:10:08.491-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.491-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.492-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.util.JpaMetamodelCacheCleanup'
?[0m?[0;34m2025-01-06T15:10:08.492-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension'
?[0m?[0;34m2025-01-06T15:10:08.493-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'data-jpa.repository-aot-processor#0'
?[0m?[0;34m2025-01-06T15:10:08.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar'
?[0m?[0;34m2025-01-06T15:10:08.496-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'offsetResolver'
?[0m?[0;34m2025-01-06T15:10:08.497-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.498-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:08.498-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:10:08.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:08.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:10:08.503-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:08.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:08.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcClient'
?[0m?[0;34m2025-01-06T15:10:08.507-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:08.508-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'delegatingApplicationListener'
?[0m?[0;34m2025-01-06T15:10:08.514-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:10:08.516-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webSecurityExpressionHandler'
?[0m?[0;34m2025-01-06T15:10:08.516-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'privilegeEvaluator'
?[0m?[0;34m2025-01-06T15:10:08.518-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestDataValueProcessor'
?[0m?[0;34m2025-01-06T15:10:08.519-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.519-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.520-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.521-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.521-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.522-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.522-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.523-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate'
?[0m?[0;34m2025-01-06T15:10:08.523-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager'
?[0m?[0;34m2025-01-06T15:10:08.525-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.526-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.527-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
?[0m?[0;34m2025-01-06T15:10:08.527-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMatcherProvider'
?[0m?[0;34m2025-01-06T15:10:08.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:08.529-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.530-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.531-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.531-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:08.532-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:08.532-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties'
?[0m?[0;34m2025-01-06T15:10:08.538-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483647
?[0m?[0;34m2025-01-06T15:10:08.538-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'springBootLoggingLifecycle'
?[0m?[0;34m2025-01-06T15:10:08.538-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147481599
?[0m?[0;34m2025-01-06T15:10:08.539-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.546-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.552-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.558-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.565-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.571-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.577-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.582-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.587-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.592-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.598-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8881 (http) with context path ''
?[0;34m2025-01-06T15:10:08.598-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=0
?[0m?[0;34m2025-01-06T15:10:08.598-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop'
?[0m?[0;34m2025-01-06T15:10:08.598-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482623
?[0m?[0;34m2025-01-06T15:10:08.598-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown'
?[0m?[0;34m2025-01-06T15:10:08.598-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
?[0m?[0;34m2025-01-06T15:10:08.608-08:00 DEBUG 29008 --- [ Test worker] .s.b.a.l.ConditionEvaluationReportLogger :
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m============================
?[0m?[0;34mCONDITIONS EVALUATION REPORT
?[0m?[0;34m============================
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mPositive matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ApplicationAvailabilityAutoConfiguration#applicationAvailability matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration#beansEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration matched:
?[0m?[0;34m - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceInitializationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointOperationParameterMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#basicErrorController matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#errorAttributes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GenericCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gson matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gsonBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthContributorAutoConfiguration#pingHealthContributor matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthContributorRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched:
?[0m?[0;34m - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroups matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthHttpCodeStatusMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthStatusAggregator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'jakarta.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration#characterEncodingFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration#messageConverters matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration#infoEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonEndpointAutoConfiguration#endpointObjectMapper matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactory matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactoryBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#jpaVendorAdapter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#transactionManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.JpaWebConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration#persistenceManagedTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JtaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.transaction.Transaction' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#classLoaderMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmCompilationMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmGcMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmInfoMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmMemoryMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmThreadMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LifecycleAutoConfiguration#defaultLifecycleProcessor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition)
?[0m?[0;34m - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration#logbackMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration#loggersEndpoint matched:
?[0m?[0;34m - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.SameManagementContextConfiguration matched:
?[0m?[0;34m - Management Port actual port type (SAME) matched required type (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#countedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.CountedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#timedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.TimedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration#micrometerClock matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration#metricsEndpoint matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartConfigElement matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NamedParameterJdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration#observationRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientSsl matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration#restTemplateBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksObservabilityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration#authenticationEventPublisher matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration#securityFilterChainRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration#shutdownEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.ShutdownEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration#simpleConfig matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#pageableCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#sortCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SqlInitializationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition)
?[0m?[0;34m
?[0m?[0;34m SslAutoConfiguration#sslBundleRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#diskSpaceMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#fileDescriptorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#processorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#uptimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched:
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#endpointMediaTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#pathMappedEndpoints matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#webEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#formContentFilter matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration#webMvcObservationFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mNegative matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m ActiveMQAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.ClassProxyingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AppOpticsMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ArtemisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AtlasMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AuditAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration#auditEventsEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityProbesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition)
?[0m?[0;34m
?[0m?[0;34m BatchAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BatchObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BraveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Cache2kCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans of type org.springframework.cache.CacheManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CaffeineCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ClientHttpConnectorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m CodecsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionFactoryHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionPoolMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceCheckpointRestoreConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Dbcp2:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Generic:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.OracleUcp:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Tomcat:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DatadogMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DynatraceMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedLdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FreeMarkerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GangliaMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlRSocketAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphiteMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GroovyTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition)
?[0m?[0;34m
?[0m?[0;34m H2ConsoleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.h2.console.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastJpaDependencyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointReactiveWebExtensionConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.hibernate.stat.HibernateMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpHandlerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HumioMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HypermediaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfinispanCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#buildInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#envInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#gitInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#javaInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#osInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationGraphEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JCacheCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseySameManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyServerMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.core.instrument.binder.jersey.server.MetricsApplicationEventListener' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyWebEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JettyMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsTemplateObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JmxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiConnectionFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiDataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiJtaConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JooqAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbHttpMessageConvertersConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KairosMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LettuceMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Log4J2MetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration#logFileWebEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Log File did not find logging file (LogFileWebEndpointAutoConfiguration.LogFileCondition)
?[0m?[0;34m
?[0m?[0;34m MailHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderValidatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.DifferentManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ReactiveWebConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MessageSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
?[0m?[0;34m
?[0m?[0;34m MicrometerTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MustacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NettyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NewRelicMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerJwtAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MetricsWithTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#buildProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#gitProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusExemplarsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcInitializationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcTransactionManagerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketGraphQlClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketRequesterAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketStrategiesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveCloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveHealthEndpointConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementContextAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveMultipartAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveUserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.ReactiveWebApplicationCondition did not find reactive web application classes; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.RSocketSecurityEnabledCondition @ConditionalOnBean (types: org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler; SearchStrategy: all) did not find any beans of type org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler (ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveWebServerFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Hooks' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryRestMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Saml2RelyingPartyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityDataConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SendGridAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedJetty:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedUndertow:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionsEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.FindByIndexNameSessionRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SignalFxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SpringApplicationAdminJmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m
?[0m?[0;34m StackdriverMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m StartupEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition)
?[0m?[0;34m
?[0m?[0;34m StatsdMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThymeleafAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration#transactionalOperator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.AspectJTransactionManagementConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m UserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService,org.springframework.security.authentication.AuthenticationManagerResolver,org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) found beans of type 'org.springframework.security.authentication.AuthenticationManager' authenticationManager and found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' customUserDetailsService (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector', 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ValidationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientObservationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#hiddenHttpMethodFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m WebServiceTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebServicesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSessionIdResolverAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m XADataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'jakarta.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ZipkinAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'zipkin2.reporter.Sender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mExclusions:
?[0m?[0;34m-----------
?[0m?[0;34m
?[0m?[0;34m None
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mUnconditional classes:
?[0m?[0;34m----------------------
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.615-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Started RecipesApplication in 1.339 seconds (process running for 21.996)
?[0m?[0;34m2025-01-06T15:10:08.616-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
?[0m?[0;34m2025-01-06T15:10:08.617-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
?[0m?[1;31m
Start test 14?[0m
?[0;34m2025-01-06T15:10:08.619-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 11:31 AM, Valid until:12/31/29, 11:40 AM
?[0m?[0;34m2025-01-06T15:10:08.620-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 1:28 AM, Valid until:10/26/40, 1:28 AM
?[0m?[0;34m2025-01-06T15:10:08.620-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 1:58 AM, Valid until:8/18/37, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.620-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:1/12/12, 9:27 AM, Valid until:1/12/42, 9:27 AM
?[0m?[0;34m2025-01-06T15:10:08.620-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:6/29/04, 10:06 AM, Valid until:6/29/34, 10:06 AM
?[0m?[0;34m2025-01-06T15:10:08.620-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.621-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.621-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:11/7/06, 11:42 AM, Valid until:12/31/29, 11:52 AM
?[0m?[0;34m2025-01-06T15:10:08.622-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.622-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 10:15 AM, Valid until:2/12/41, 10:15 AM
?[0m?[0;34m2025-01-06T15:10:08.622-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 12:43 AM, Valid until:10/19/35, 12:43 AM
?[0m?[0;34m2025-01-06T15:10:08.622-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:-1114303822, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 1:38 AM, Valid until:12/31/30, 12:38 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/7/09, 9:56 PM, Valid until:4/7/29, 9:56 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-1330153758, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:10/1/08, 3:40 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 10:39 AM, Valid until:6/29/34, 10:39 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 9:39 AM, Valid until:2/12/41, 9:39 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/7/15, 3:11 AM, Valid until:6/30/40, 3:11 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:-889363391, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 12:25 AM, Valid until:10/25/43, 1:25 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:1/29/10, 6:20 AM, Valid until:12/31/40, 6:20 AM
?[0m?[0;34m2025-01-06T15:10:08.623-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:2/12/16, 10:14 AM, Valid until:2/12/41, 10:14 AM
?[0m?[0;34m2025-01-06T15:10:08.624-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/25/14, 9:13 PM, Valid until:12/31/40, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:08.624-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 11:14 AM, Valid until:5/30/42, 11:14 AM
?[0m?[0;34m2025-01-06T15:10:08.624-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.624-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/7/11, 7:58 AM, Valid until:12/31/30, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:-841649695, Valid from:9/4/19, 3:00 AM, Valid until:8/30/39, 3:00 AM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-965345157, Valid from:11/26/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 2:15 AM, Valid until:7/19/42, 2:15 AM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:6/29/07, 8:13 AM, Valid until:6/29/27, 8:13 AM
?[0m?[0;34m2025-01-06T15:10:08.625-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-2028617374, Valid from:5/20/02, 9:00 PM, Valid until:5/20/22, 9:00 PM
?[0m?[0;34m2025-01-06T15:10:08.626-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:10:08.626-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 3:37 AM, Valid until:6/30/40, 3:37 AM
?[0m?[0;34m2025-01-06T15:10:08.626-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:8f9b478a8fa7eda6a333789de7ccf8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.626-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 9:53 AM, Valid until:1/16/34, 9:53 AM
?[0m?[0;34m2025-01-06T15:10:08.627-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3698fe712d519f3ced0fdb7b1643011, Subject:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:381797637, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.627-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:-28263924, Valid from:8/1/08, 5:29 AM, Valid until:7/31/38, 5:29 AM
?[0m?[0;34m2025-01-06T15:10:08.627-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:08.627-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 5:31 AM, Valid until:7/31/38, 5:31 AM
?[0m?[0;34m2025-01-06T15:10:08.627-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:-1239330694, Valid from:3/5/15, 5:21 AM, Valid until:3/5/35, 5:21 AM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:11/1/04, 9:14 AM, Valid until:12/31/34, 9:37 PM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/7/12, 8:07 PM, Valid until:12/30/29, 7:07 PM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 10:59 AM, Valid until:1/12/42, 10:59 AM
?[0m?[0;34m2025-01-06T15:10:08.628-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 5:07 AM, Valid until:12/31/29, 4:07 AM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:12/31/03, 4:00 PM, Valid until:12/31/28, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:44be0c8b500024b411d3362de0b35f1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:-297053428, Valid from:7/9/99, 11:31 AM, Valid until:7/9/19, 11:40 AM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 9:13 AM, Valid until:9/30/37, 9:13 AM
?[0m?[0;34m2025-01-06T15:10:08.629-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:5/9/17, 2:48 AM, Valid until:5/9/42, 2:58 AM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:9/30/99, 5:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:-326352672, Valid from:5/30/00, 3:48 AM, Valid until:5/30/20, 3:48 AM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 3:29 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 12:50 AM, Valid until:11/5/29, 12:50 AM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:-1993924923, Valid from:8/23/17, 12:36 PM, Valid until:8/23/42, 12:36 PM
?[0m?[0;34m2025-01-06T15:10:08.630-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 11:46 AM, Valid until:5/12/25, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/3/04, 9:00 PM, Valid until:3/3/29, 9:00 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:5/25/15, 5:00 PM, Valid until:1/16/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:7/4/06, 10:20 AM, Valid until:7/4/31, 10:20 AM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/16/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:788f275c81125220a504d02dddba73f4, Subject:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:EC, Length:384, Cert Id:994586241, Valid from:3/26/18, 12:24 AM, Valid until:3/26/43, 12:24 AM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 3:00 AM, Valid until:3/18/29, 3:00 AM
?[0m?[0;34m2025-01-06T15:10:08.631-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 12:35 AM, Valid until:11/5/29, 12:35 AM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 12:35 PM, Valid until:8/23/42, 12:35 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 5:00 AM, Valid until:10/18/32, 5:00 AM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/18/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 1:36 AM, Valid until:10/25/36, 1:36 AM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.632-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/5/08, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 10:12 AM, Valid until:1/16/34, 10:12 AM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:12/19/04, 6:31 PM, Valid until:12/19/34, 6:31 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 12:34 PM, Valid until:8/23/42, 12:34 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:11/27/06, 12:23 PM, Valid until:11/27/26, 12:53 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.633-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:9e09365acf7d9c8b93e1c0b042a2ef3, Subject:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:-354195278, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:-522246883, Valid from:2/9/20, 4:00 PM, Valid until:6/9/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:-991173715, Valid from:8/22/17, 5:07 AM, Valid until:8/22/42, 5:07 AM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.634-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:12/9/14, 4:00 PM, Valid until:12/9/34, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:1/29/10, 6:10 AM, Valid until:12/31/40, 6:10 AM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1976681486, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 1:38 AM, Valid until:10/26/40, 1:38 AM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:12/24/99, 9:50 AM, Valid until:7/24/29, 7:15 AM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:11/30/06, 4:00 PM, Valid until:12/31/29, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.635-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:1/12/12, 12:26 PM, Valid until:1/12/42, 12:26 PM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 6:06 AM, Valid until:12/31/30, 6:06 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 4:22 AM, Valid until:9/22/30, 4:22 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:8/28/08, 12:24 AM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:-774327051, Valid from:3/16/18, 5:10 AM, Valid until:3/16/43, 5:10 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1675f27d6fe7ae3e4acbe095b059e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:-821903320, Valid from:11/29/18, 3:55 AM, Valid until:11/29/43, 3:55 AM
?[0m?[0;34m2025-01-06T15:10:08.636-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/10/16, 4:00 PM, Valid until:12/30/40, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/28/09, 10:00 PM, Valid until:5/28/29, 10:00 PM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 1:32 AM, Valid until:10/25/36, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:-131493977, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:12/13/07, 5:08 AM, Valid until:12/13/37, 12:27 AM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/12/15, 5:00 PM, Valid until:12/30/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 1:37 AM, Valid until:12/20/43, 1:37 AM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:6/16/09, 4:30 AM, Valid until:12/30/29, 3:30 AM
?[0m?[0;34m2025-01-06T15:10:08.637-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 4:11 AM, Valid until:12/27/37, 3:41 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 10:27 AM, Valid until:11/24/31, 10:23 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:-2113880430, Valid from:2/6/17, 1:27 AM, Valid until:2/6/42, 1:27 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:10/29/08, 8:59 AM, Valid until:12/31/29, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 11:11 AM, Valid until:11/24/31, 11:06 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 7:25 AM, Valid until:12/18/37, 7:55 AM
?[0m?[0;34m2025-01-06T15:10:08.638-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 6:08 AM, Valid until:12/31/30, 6:08 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:bb8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:3/17/11, 2:51 AM, Valid until:3/17/21, 2:51 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:-1882405602, Valid from:3/19/01, 10:33 AM, Valid until:3/17/21, 11:33 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:864dbf0fe35ed77d8ed8, Subject:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:4096, Cert Id:-921027170, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 7:08 AM, Valid until:12/6/28, 7:08 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 10:25 AM, Valid until:12/7/30, 9:55 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 4:04 AM, Valid until:6/4/35, 4:04 AM
?[0m?[0;34m2025-01-06T15:10:08.639-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:41d29dd172eaeea780c12c6ce92f8752, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:-896325052, Valid from:9/3/20, 5:00 PM, Valid until:9/17/40, 9:00 AM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 1:30 AM, Valid until:10/25/36, 1:30 AM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:5/30/00, 3:44 AM, Valid until:5/30/20, 3:44 AM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 5:00 AM, Valid until:1/28/28, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.640-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.641-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 1:39 AM, Valid until:10/6/46, 1:39 AM
?[0m?[0;34m2025-01-06T15:10:08.641-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:12/1/14, 7:00 AM, Valid until:12/1/39, 7:10 AM
?[0m?[0;34m2025-01-06T15:10:08.641-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/5/11, 2:37 AM, Valid until:12/31/30, 1:37 AM
?[0m?[0;34m2025-01-06T15:10:08.641-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:10:08.642-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6cee131be6d55c807f7c0c7fb44e620, Subject:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1193514382, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:08.642-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:6/2/17, 7:29 PM, Valid until:6/2/42, 7:29 PM
?[0m?[0;34m2025-01-06T15:10:08.642-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:-744451266, Valid from:6/11/02, 3:46 AM, Valid until:6/11/27, 3:46 AM
?[0m?[0;34m2025-01-06T15:10:08.642-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:08.642-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/7/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:08.643-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:08.643-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:08.643-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:08.643-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 13][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.643-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58543<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.644-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=1
?[0;34m2025-01-06T15:10:08.645-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0]
?[0m?[0;34m2025-01-06T15:10:08.645-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.645-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:10:08.646-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:08.646-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:08.647-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.647-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:08.647-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:08.648-08:00 INFO 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:08.648-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:08.648-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver
?[0m?[0;34m2025-01-06T15:10:08.648-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver
?[0m?[0;34m2025-01-06T15:10:08.648-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver
?[0m?[0;34m2025-01-06T15:10:08.649-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@26a8eaaa
?[0m?[0;34m2025-01-06T15:10:08.649-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@296ca76c
?[0m?[0;34m2025-01-06T15:10:08.649-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
?[0m?[0;34m2025-01-06T15:10:08.649-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
?[0m?[0;34m2025-01-06T15:10:08.650-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.650-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/recipe/1' (previous null). Performing CorsConfiguration lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:10:08.706-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@76d1f90f
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.707-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@459007822 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1647109678
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:08.708-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@26091cb2
?[0m?[0;34m2025-01-06T15:10:08.778-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:08.779-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:08.779-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/recipe/1' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:10:08.780-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.780-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:08.780-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:08.781-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:10:08.781-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.783-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(744294239<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:08.784-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:08.784-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1619217812 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:08.784-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:08.784-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:08.785-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6ccb1b86]
?[0m?[0;34m2025-01-06T15:10:08.785-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.786-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.786-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@375260262 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:08.786-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@740386637 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:08.786-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1083467196 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:08.786-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 1
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#1] : 898629840
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:55.922]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [Light, aromatic and refreshing beverage, ... /Test]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [4] - [Fresh Mint Tea /Test]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#1
?[0m?[0;34m2025-01-06T15:10:08.787-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@6ad361a6
?[0m?[0;34m2025-01-06T15:10:08.788-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:08.788-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(744294239<open>)]
?[0m?[0;34m2025-01-06T15:10:08.788-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:08.789-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1619217812 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:08.790-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:08.792-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:08.792-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.792-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.792-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1609595564 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [boiled water]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6f8b079b
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [honey]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6f8b079b
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@406574792
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [fresh mint leaves /Test]
?[0m?[0;34m2025-01-06T15:10:08.793-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6f8b079b
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@871507420 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Boil water]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1aa59d65
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Pour boiling hot water into a mug]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1aa59d65
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.794-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Add fresh mint leaves]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1aa59d65
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Mix and let the mint leaves seep for 3-5 minutes]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1aa59d65
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1456093787
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [Add honey and mix again /Test]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1aa59d65
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#1]
?[0m?[0;34m2025-01-06T15:10:08.795-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Fresh Mint Tea /Test, category=beverage /Test, date=2025-01-06 15:09:55.922, descript (truncated)...]
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "191[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","date":"2025-01-06T23:09:55.922+00:00","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-13 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:08.798-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-13 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 13][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-13: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 13][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:08.799-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:08.800-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.800-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:08.801-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:08.801-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[1;31m
Start test 15?[0m
?[0m?[0;34m2025-01-06T15:10:08.802-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]]
?[0;34m2025-01-06T15:10:08.803-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:08.803-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:08.803-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:08.803-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 14][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58546<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "GET /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.804-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=2
?[0;34m2025-01-06T15:10:08.805-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:08.805-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.805-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:10:08.805-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/2 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:08.806-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:08.806-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:08.807-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:08.807-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:08.808-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.808-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:08.809-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:08.809-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4f8800ec
?[0m?[0;34m2025-01-06T15:10:08.809-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:08.809-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.809-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.810-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:08.810-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.810-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@539427883 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:08.810-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:08.810-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 599642253
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:08.811-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3b238e8d
?[0m?[0;34m2025-01-06T15:10:08.866-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:08.866-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:08.867-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:08.868-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:08.868-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:08.868-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:10:08.868-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(736699565<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@532589253 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@524a3807]
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1975157541 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:08.869-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@387194227 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@2107008470 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1750435371
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@17aab123
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(736699565<open>)]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@532589253 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:08.870-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1401559331 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.871-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1 inch ginger root, minced]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7b1e8464
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 lemon, juiced]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7b1e8464
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@658413181
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 teaspoon manuka honey /Test]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7b1e8464
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@2027870501 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5364bd51
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Steep for 5-10 minutes]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5364bd51
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@648279586
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Drink and enjoy /Test]
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@5364bd51
?[0m?[0;34m2025-01-06T15:10:08.872-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#2]
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Warming Ginger Tea /Test, category=beverage /Test, date=2025-01-06 15:09:56.035, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "1ce[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","date":"2025-01-06T23:09:56.035+00:00","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-14 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.873-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-14 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 14][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-14: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 14][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:08.874-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.875-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:08.875-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:08.875-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:08.875-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]]
?[0m?[1;31m
Start test 16?[0m
?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 15][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.878-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58547<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Content-Length: 423
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "PUT /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Content-Length: 423[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=3
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 >> "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}"
?[0;34m2025-01-06T15:10:08.879-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:08.880-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.880-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]], Read direct from socket: [703]
?[0m?[0;34m2025-01-06T15:10:08.880-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 423
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}]
?[0m?[0;34m2025-01-06T15:10:08.881-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.881-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:08.881-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:08.882-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.883-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@66dcd1ab
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@111343122 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:08.884-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 212183064
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:08.885-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1da6ddf8
?[0m?[0;34m2025-01-06T15:10:08.942-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:08.942-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:08.943-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.944-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:08.944-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:08.944-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:08.944-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.946-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea /Test, category=beverage /Test, date=null, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:10:08.946-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(543091626<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:08.946-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:08.946-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@549992994 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@25b68b14]
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@425174073 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1317216002 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@804992474 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 1
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:08.947-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#1] : 1291558872
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:55.922]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [Light, aromatic and refreshing beverage, ... /Test]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [Fresh Mint Tea /Test]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#1
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@ed22efe
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(543091626<open>)]
?[0m?[0;34m2025-01-06T15:10:08.948-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:08.949-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@549992994 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:08.949-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@65576bf5
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@297926018 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.950-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 59974497
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:08.951-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1da0f37c
?[0m?[0;34m2025-01-06T15:10:08.952-08:00 DEBUG 29008 --- [nio-8881-exec-3] recipes.service.RecipeService : Recipe(id=1, userId=2, name=Warming Ginger Tea /Test, category=beverage /Test, date=2025-01-06 15:09:55.922, description=Ginger tea is a warming drink for cool weather, ... /Test, ingredients=[1 inch ginger root, minced, 1/2 lemon, juiced, 1/2 teaspoon manuka honey /Test], directions=[Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact), Steep for 5-10 minutes, Drink and enjoy /Test])
?[0m?[0;34m2025-01-06T15:10:08.953-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(543091626<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:08.953-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:08.953-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:08.953-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@4d42a4ec]
?[0m?[0;34m2025-01-06T15:10:08.953-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:08.958-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:08.958-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(543091626<open>)]
?[0m?[0;34m2025-01-06T15:10:08.958-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:08.958-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:08.958-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:08.960-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#1], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:08.960-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#1], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:08.960-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection dereferenced: [recipes.model.Recipe.directions#1]
?[0m?[0;34m2025-01-06T15:10:08.960-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection dereferenced: [recipes.model.Recipe.ingredients#1]
?[0m?[0;34m2025-01-06T15:10:08.962-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 1 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:08.962-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 2 removals to 4 collections
?[0m?[0;34m2025-01-06T15:10:08.962-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:08.962-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:08.962-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:08 PST 2025, directions=[Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact), Steep for 5-10 minutes, Drink and enjoy /Test], name=Warming Ginger Tea /Test, description=Ginger tea is a warming drink for cool weather, ... /Test, ingredients=[1 inch ginger root, minced, 1/2 lemon, juiced, 1/2 teaspoon manuka honey /Test], id=1, category=beverage /Test, userId=2}
?[0m?[0;34m2025-01-06T15:10:08.965-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : update recipe set category=?,date=?,description=?,name=?,user_id=? where id=?
?[0m?[0;34m2025-01-06T15:10:08.969-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Deleting collection - recipes.model.Recipe.directions : 1
?[0m?[0;34m2025-01-06T15:10:08.969-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : delete from recipe_directions where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.972-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Deleting collection - recipes.model.Recipe.ingredients : 1
?[0m?[0;34m2025-01-06T15:10:08.972-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : delete from recipe_ingredients where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 1
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 1
?[0m?[0;34m2025-01-06T15:10:08.973-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.974-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.974-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:08.974-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:08.974-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:08.975-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/octet-stream', given [*/*] and supported [*/*]
?[0m?[0;34m2025-01-06T15:10:08.975-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:08.975-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 204 NO_CONTENT
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "HTTP/1.1 204 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-15 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << HTTP/1.1 204
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-15 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:08.976-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:08.977-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 15][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:08.977-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]]
?[0m?[0;34m2025-01-06T15:10:08.977-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-15: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:08.977-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 15][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[1;31m
Start test 17?[0m
?[0;34m2025-01-06T15:10:08.981-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:08.981-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:08.981-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:08.981-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 16][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:08.981-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58548<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:08.982-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0;34m2025-01-06T15:10:08.983-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:08.983-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:08.983-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:10:08.983-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:08.984-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.984-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:08.984-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:08.985-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:08.986-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6b561ddd
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.987-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1343923641 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1319913688
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:08.988-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4b1e0bd9
?[0m?[0;34m2025-01-06T15:10:09.043-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.043-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.043-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(255270234<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@489598480 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@3168dfe5]
?[0m?[0;34m2025-01-06T15:10:09.044-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@177429202 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1039751959 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1431252118 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 1
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:09.045-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#1] : 1160518091
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:08.958]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#1
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5598c1c2
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(255270234<open>)]
?[0m?[0;34m2025-01-06T15:10:09.046-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@489598480 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1885300987 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.047-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [1 inch ginger root, minced]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@a9c0875
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 lemon, juiced]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@a9c0875
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.048-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#1] : org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#1] -> org.hibernate.collection.spi.PersistentBag@829266754
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 teaspoon manuka honey /Test]
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@a9c0875
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#1]
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@17801581 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.049-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@67fe10a7
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Steep for 5-10 minutes]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@67fe10a7
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#1]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#1] : org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#1] -> org.hibernate.collection.spi.PersistentBag@1772856932
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Drink and enjoy /Test]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@67fe10a7
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#1]
?[0m?[0;34m2025-01-06T15:10:09.050-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Warming Ginger Tea /Test, category=beverage /Test, date=2025-01-06 15:10:08.958, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "1ce[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","date":"2025-01-06T23:10:08.958+00:00","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-16 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-16 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 16][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-16: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 16][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.051-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:09.052-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.052-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.052-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.052-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.052-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]]
?[0m?[1;31m
Start test 18?[0m
?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 17][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58549<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.055-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "DELETE /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=5
?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]], Read direct from socket: [230]
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.056-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.057-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.057-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6da49be0
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1153014851 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.058-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1475277307
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.059-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5fbd34c1
?[0m?[0;34m2025-01-06T15:10:09.113-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.113-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.114-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.114-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.114-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : DELETE "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.114-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#deleteRecipe(String)
?[0m?[0;34m2025-01-06T15:10:09.114-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(163945861<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@679239459 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@8bd12fe]
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1049633812 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@463253494 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1372815073 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 1
?[0m?[0;34m2025-01-06T15:10:09.115-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#1
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#1
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#1] : 1888187215
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:08.958]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#1
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7c3900d0
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(163945861<open>)]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@679239459 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:09.116-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@448b635d
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1340895142 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.117-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 969840001
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.118-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@15f34c41
?[0m?[0;34m2025-01-06T15:10:09.119-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(163945861<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.119-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.deleteById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.119-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.119-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6718933a]
?[0m?[0;34m2025-01-06T15:10:09.120-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.120-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(163945861<open>)]
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.engine.internal.Collections : Collection dereferenced: [recipes.model.Recipe.directions#1]
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.engine.internal.Collections : Collection dereferenced: [recipes.model.Recipe.ingredients#1]
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 1 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 2 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=2025-01-06 15:10:08.958, directions=<uninitialized>, name=Warming Ginger Tea /Test, description=Ginger tea is a warming drink for cool weather, ... /Test, ingredients=<uninitialized>, id=1, category=beverage /Test, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Deleting collection - recipes.model.Recipe.directions : 1
?[0m?[0;34m2025-01-06T15:10:09.122-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : delete from recipe_directions where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:09.123-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Deleting collection - recipes.model.Recipe.ingredients : 1
?[0m?[0;34m2025-01-06T15:10:09.123-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : delete from recipe_ingredients where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:09.124-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : delete from recipe where id=?
?[0m?[0;34m2025-01-06T15:10:09.125-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.125-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/octet-stream', given [*/*] and supported [*/*]
?[0m?[0;34m2025-01-06T15:10:09.125-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 204 NO_CONTENT
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "HTTP/1.1 204 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-17 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [230]
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << HTTP/1.1 204
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-17 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.126-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.127-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 17][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.127-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-17: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.127-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 17][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.127-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]]
?[0m?[1;31m
Start test 19?[0m
?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 18][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58550<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=6
?[0m?[0;34m2025-01-06T15:10:09.129-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "DELETE /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [230]
?[0m?[0;34m2025-01-06T15:10:09.130-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]], Read direct from socket: [230]
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.131-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.132-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.132-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.132-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.132-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3c7320b1
?[0m?[0;34m2025-01-06T15:10:09.132-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2031029958 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.133-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1477633795
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.134-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1c361a1c
?[0m?[0;34m2025-01-06T15:10:09.189-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.189-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.189-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : DELETE "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#deleteRecipe(String)
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1725894299<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1607588396 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.190-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@10b4142a]
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1023285978 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@575365128 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1931140823 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1725894299<open>)]
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1607588396 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:09.191-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.194-08:00 DEBUG 29008 --- [nio-8881-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 404 NOT_FOUND "Recipe not found"]
?[0m?[0;34m2025-01-06T15:10:09.194-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.194-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 404 NOT_FOUND
?[0m?[0;34m2025-01-06T15:10:09.195-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:09.198-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing DELETE /error
?[0m?[0;34m2025-01-06T15:10:09.200-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured DELETE /error
?[0m?[0;34m2025-01-06T15:10:09.201-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for DELETE "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.201-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:09.201-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.203-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.203-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:09 PST 2025, status=404, error=Not Found, path=/api/recipe/1}]
?[0m?[0;34m2025-01-06T15:10:09.205-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.205-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "HTTP/1.1 404 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.205-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.205-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "65[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 404
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "{"timestamp":"2025-01-06T23:10:09.203+00:00","status":404,"error":"Not Found","path":"/api/recipe/1"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << HTTP/1.1 404
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-18 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-18 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 18][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-18: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 18][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.206-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [230]
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.207-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]]
?[0m?[1;31m
Start test 20?[0m
?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 19][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58551<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.209-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=7
?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [230]
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]], Read direct from socket: [227]
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.210-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.211-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.211-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.211-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7c14c454
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1188520433 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 553053637
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.212-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.213-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5dd3c8c3
?[0m?[0;34m2025-01-06T15:10:09.263-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.264-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.264-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(410370945<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@2080165318 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6c738fb9]
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@791009060 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@435843210 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.265-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@74779790 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(410370945<open>)]
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@2080165318 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 404 NOT_FOUND "Recipe not found"]
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.266-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 404 NOT_FOUND
?[0m?[0;34m2025-01-06T15:10:09.267-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:09.267-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /error
?[0m?[0;34m2025-01-06T15:10:09.268-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured GET /error
?[0m?[0;34m2025-01-06T15:10:09.268-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for GET "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.268-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:09.269-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.269-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.269-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:09 PST 2025, status=404, error=Not Found, path=/api/recipe/1}]
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "HTTP/1.1 404 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "65[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "{"timestamp":"2025-01-06T23:10:09.269+00:00","status":404,"error":"Not Found","path":"/api/recipe/1"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 404
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << HTTP/1.1 404
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-19 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.270-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-19 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 19][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-19: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 19][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.271-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.272-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:09.272-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.272-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.272-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.272-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.273-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]]
?[0m?[1;31m
Start test 21?[0m
?[0;34m2025-01-06T15:10:09.275-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.275-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.275-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.275-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 20][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.275-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58552<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Content-Length: 423
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=8
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "PUT /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Content-Length: 423[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 >> "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}"
?[0;34m2025-01-06T15:10:09.276-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [227]
?[0m?[0;34m2025-01-06T15:10:09.277-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.277-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]], Read direct from socket: [703]
?[0m?[0;34m2025-01-06T15:10:09.277-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 423
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}]
?[0m?[0;34m2025-01-06T15:10:09.278-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.278-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.278-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.278-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.279-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7063b104
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2110401383 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.280-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1257442576
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.281-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@66ce863a
?[0m?[0;34m2025-01-06T15:10:09.332-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.332-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.332-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:09.333-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.333-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/1", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.333-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:09.333-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.333-08:00 DEBUG 29008 --- [nio-8881-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea /Test, category=beverage /Test, date=null, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(335721150<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@174856092 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@5825004c]
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1246278180 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1272868497 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@560218241 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(335721150<open>)]
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.334-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@174856092 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 404 NOT_FOUND "Recipe not found"]
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 404 NOT_FOUND
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:09.335-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.336-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:09 PST 2025, status=404, error=Not Found, path=/api/recipe/1}]
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "HTTP/1.1 404 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 404
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "65[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "{"timestamp":"2025-01-06T23:10:09.336+00:00","status":404,"error":"Not Found","path":"/api/recipe/1"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << HTTP/1.1 404
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:09.337-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-20 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-20 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 20][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-20: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 20][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.338-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]]
?[0m?[1;31m
Start test 22?[0m
?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 21][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58553<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Content-Length: 118
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Content-Length: 118[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.354-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 >> "{"name":"ice-cream","category":"Dessert","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}"
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=9
?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]], Read direct from socket: [401]
?[0m?[0;34m2025-01-06T15:10:09.355-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 118
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"ice-cream","category":"Dessert","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}]
?[0m?[0;34m2025-01-06T15:10:09.356-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.356-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.356-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.356-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4b70c35a
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.357-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1727547779 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1508653354
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.358-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7dfcc7c5
?[0m?[0;34m2025-01-06T15:10:09.406-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.407-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.407-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.407-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.408-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.408-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.408-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.408-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=ice-cream, category=Dessert, date=null, description=-, ingredients (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2f11e3fb
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@40269848 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.409-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1883530543
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@41d36587
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] recipes.service.RecipeService : Recipe(id=null, userId=2, name=ice-cream, category=Dessert, date=null, description=-, ingredients=[--, ---, -], directions=[----, ---])
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(563557572<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@76ddb359]
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.410-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.411-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 3
?[0m?[0;34m2025-01-06T15:10:09.411-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(563557572<open>)]
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#3], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.421-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#3], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[----, ---], name=ice-cream, description=-, ingredients=[--, ---, -], id=3, category=Dessert, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 3
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 3
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.422-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.423-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.424-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.424-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.424-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.424-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=3}]
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "{"id":3}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-21 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-21 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 21][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-21: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.425-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 21][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.426-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]]
?[0m?[1;31m
Start test 23?[0m
?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 22][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58554<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Content-Length: 122
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.449-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=10
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Content-Length: 122[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.450-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 >> "{"name":"tea r 4","category":"DesserT","description":"---","ingredients":["-","----","-"],"directions":["----","--","--"]}"
?[0;34m2025-01-06T15:10:09.451-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.452-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.452-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]], Read direct from socket: [405]
?[0m?[0;34m2025-01-06T15:10:09.453-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 122
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"tea r 4","category":"DesserT","description":"---","ingredients":["-","----","-"],"directions":["----","--","--"]}]
?[0m?[0;34m2025-01-06T15:10:09.454-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.454-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.454-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.455-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@389174b3
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.456-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1798921924 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1364400355
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.457-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@703db373
?[0m?[0;34m2025-01-06T15:10:09.508-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.508-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.509-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.509-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.509-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.510-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.510-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=tea r 4, category=DesserT, date=null, description=---, ingredients (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5cf037e3
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2110272617 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 86778481
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@397b35c1
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] recipes.service.RecipeService : Recipe(id=null, userId=2, name=tea r 4, category=DesserT, date=null, description=---, ingredients=[-, ----, -], directions=[----, --, --])
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1267403593<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6a756710]
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 4
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1267403593<open>)]
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#4], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#4], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.513-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[----, --, --], name=tea r 4, description=---, ingredients=[-, ----, -], id=4, category=DesserT, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 4
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 4
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.514-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.515-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.515-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.515-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.515-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=4}]
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "{"id":4}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-22 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-22 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 22][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-22: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 22][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.516-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.517-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.517-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.517-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.517-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.517-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]]
?[0m?[1;31m
Start test 24?[0m
?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 23][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58555<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Content-Length: 128
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=11
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Content-Length: 128[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.543-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 >> "{"name":"recipe ice-cream 5","category":"Desser","description":"---","ingredients":["-","--","-"],"directions":["-","--","---"]}"
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]], Read direct from socket: [411]
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 128
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"recipe ice-cream 5","category":"Desser","description":"---","ingredients":["-","--","-"],"directions":["-","--","---"]}]
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.544-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.545-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.545-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.545-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.545-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@502c258d
?[0m?[0;34m2025-01-06T15:10:09.545-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@633034673 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1853079332
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.546-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@110a6b84
?[0m?[0;34m2025-01-06T15:10:09.596-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.596-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.597-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.597-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.597-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.597-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.597-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.598-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=recipe ice-cream 5, category=Desser, date=null, description=---, i (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.599-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5229f7ab
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1993507894 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.600-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1782231032
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@82b75bd
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] recipes.service.RecipeService : Recipe(id=null, userId=2, name=recipe ice-cream 5, category=Desser, date=null, description=---, ingredients=[-, --, -], directions=[-, --, ---])
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1045025185<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@6d40349a]
?[0m?[0;34m2025-01-06T15:10:09.601-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 5
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1045025185<open>)]
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#5], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.602-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#5], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[-, --, ---], name=recipe ice-cream 5, description=---, ingredients=[-, --, -], id=5, category=Desser, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 5
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 5
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.603-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=5}]
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "{"id":5}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.604-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-23 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-23 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 23][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-23: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 23][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.605-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]]
?[0m?[1;31m
Start test 25?[0m
?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 24][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58556<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Content-Length: 110
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.621-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Content-Length: 110[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 >> "{"name":"--","category":"DeSSert","description":"---","ingredients":["---","-","--"],"directions":["---","-"]}"
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=12
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]], Read direct from socket: [393]
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 110
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"--","category":"DeSSert","description":"---","ingredients":["---","-","--"],"directions":["---","-"]}]
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.622-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.623-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.623-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1d523823
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1277211593 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.624-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1050485620
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.625-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@77ea6195
?[0m?[0;34m2025-01-06T15:10:09.675-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.675-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.676-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.676-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.676-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.676-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.676-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.677-08:00 DEBUG 29008 --- [nio-8881-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=--, category=DeSSert, date=null, description=---, ingredients=[--- (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5606e01e
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@32676475 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.678-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1069960266
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2af2288b
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] recipes.service.RecipeService : Recipe(id=null, userId=2, name=--, category=DeSSert, date=null, description=---, ingredients=[---, -, --], directions=[---, -])
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1724456538<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@2b0e9a98]
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.679-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 6
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1724456538<open>)]
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#6], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#6], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.680-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[---, -], name=--, description=---, ingredients=[---, -, --], id=6, category=DeSSert, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 6
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 6
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.681-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=6}]
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.682-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "{"id":6}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-24 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-24 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 24][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-24: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 24][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.683-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.684-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.684-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.684-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.684-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]]
?[0m?[1;31m
Start test 26?[0m
?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 25][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.700-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58557<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Content-Length: 122
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=13
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Content-Length: 122[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.701-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 >> "{"name":"ICE-CREAM","category":"desserT","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]}"
?[0m?[0;34m2025-01-06T15:10:09.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]], Read direct from socket: [405]
?[0m?[0;34m2025-01-06T15:10:09.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 122
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"ICE-CREAM","category":"desserT","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]}]
?[0m?[0;34m2025-01-06T15:10:09.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@31b82c04
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1319542990 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1438924316
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.705-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.706-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.706-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.706-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2e9f44ba
?[0m?[0;34m2025-01-06T15:10:09.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=ICE-CREAM, category=desserT, date=null, description=----, ingredie (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6334ca86
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1165624366 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.760-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1935625167
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@66116afe
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] recipes.service.RecipeService : Recipe(id=null, userId=2, name=ICE-CREAM, category=desserT, date=null, description=----, ingredients=[-, -, --], directions=[---, --, --])
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(436592815<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@c5816f3]
?[0m?[0;34m2025-01-06T15:10:09.761-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 7
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(436592815<open>)]
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.762-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#7], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#7], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[---, --, --], name=ICE-CREAM, description=----, ingredients=[-, -, --], id=7, category=desserT, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 7
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.763-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 7
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.764-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=7}]
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Date: Mon, 06 Jan 2025 23:10:08 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "{"id":7}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Date: Mon, 06 Jan 2025 23:10:08 GMT
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-25 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.765-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-25 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 25][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-25: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 25][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.766-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]]
?[0m?[1;31m
Start test 27?[0m
?[0;34m2025-01-06T15:10:09.779-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 26][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58558<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Content-Length: 114
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=14
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Content-Length: 114[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.780-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 >> "{"name":"---","category":"dessert","description":"--","ingredients":["-","----"],"directions":["-----","-","---"]}"
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]], Read direct from socket: [397]
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 114
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"---","category":"dessert","description":"--","ingredients":["-","----"],"directions":["-----","-","---"]}]
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.781-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@c9a3ed3
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.782-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1703116152 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 818148538
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.783-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4ed53767
?[0m?[0;34m2025-01-06T15:10:09.831-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.832-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.832-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.833-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.833-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.833-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.833-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.833-08:00 DEBUG 29008 --- [nio-8881-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=---, category=dessert, date=null, description=--, ingredients=[-, (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.834-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.834-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.835-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@63171253
?[0m?[0;34m2025-01-06T15:10:09.835-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.835-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.835-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1793050998 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1411055904
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@401be6ac
?[0m?[0;34m2025-01-06T15:10:09.836-08:00 DEBUG 29008 --- [nio-8881-exec-4] recipes.service.RecipeService : Recipe(id=null, userId=2, name=---, category=dessert, date=null, description=--, ingredients=[-, ----], directions=[-----, -, ---])
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(2138721072<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@531a560b]
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 8
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.837-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(2138721072<open>)]
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#8], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#8], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[-----, -, ---], name=---, description=--, ingredients=[-, ----], id=8, category=dessert, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 8
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 8
?[0m?[0;34m2025-01-06T15:10:09.838-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.839-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.839-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.839-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.839-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.839-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=8}]
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "{"id":8}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-26 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.840-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-26 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 26][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-26: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 26][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.841-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]]
?[0m?[1;31m
Start test 28?[0m
?[0;34m2025-01-06T15:10:09.858-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.858-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 27][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58560<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Content-Length: 127
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Content-Length: 127[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.859-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 >> "{"name":"9 recipe Tea test","category":"-","description":"----","ingredients":["-","-","----"],"directions":["-----","-","--"]}"
?[0m?[0;34m2025-01-06T15:10:09.860-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=15
?[0m?[0;34m2025-01-06T15:10:09.860-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.860-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.860-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]], Read direct from socket: [410]
?[0m?[0;34m2025-01-06T15:10:09.860-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 127
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"9 recipe Tea test","category":"-","description":"----","ingredients":["-","-","----"],"directions":["-----","-","--"]}]
?[0m?[0;34m2025-01-06T15:10:09.861-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.861-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.861-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.861-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.861-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@ca64905
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.862-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@745095892 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 251275458
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.863-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@68e3a42b
?[0m?[0;34m2025-01-06T15:10:09.911-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.911-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.912-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.912-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.912-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.912-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.912-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.913-08:00 DEBUG 29008 --- [nio-8881-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=9 recipe Tea test, category=-, date=null, description=----, ingred (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.913-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.913-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.913-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@34c7612a
?[0m?[0;34m2025-01-06T15:10:09.913-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1687804385 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 672215530
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2edb3d8
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] recipes.service.RecipeService : Recipe(id=null, userId=2, name=9 recipe Tea test, category=-, date=null, description=----, ingredients=[-, -, ----], directions=[-----, -, --])
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(676121230<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.914-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@68e3334e]
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 9
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.915-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(676121230<open>)]
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#9], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#9], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[-----, -, --], name=9 recipe Tea test, description=----, ingredients=[-, -, ----], id=9, category=-, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 9
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.916-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 9
?[0m?[0;34m2025-01-06T15:10:09.917-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.917-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.917-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.917-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.918-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.918-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.918-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=9}]
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "8[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "{"id":9}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-27 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.919-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-27 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 27][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-27: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 27][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.920-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]]
?[0m?[1;31m
Start test 29?[0m
?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 28][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58561<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Content-Length: 122
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Content-Length: 122[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.939-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 >> "{"name":"10 ice recipe test","category":"-","description":"--","ingredients":["----","--;","---"],"directions":["--","-"]}"
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=16
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]], Read direct from socket: [405]
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 122
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"10 ice recipe test","category":"-","description":"--","ingredients":["----","--;","---"],"directions":["--","-"]}]
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:09.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:09.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5f827360
?[0m?[0;34m2025-01-06T15:10:09.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1299133820 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1207294657
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7305d396
?[0m?[0;34m2025-01-06T15:10:09.989-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:09.989-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:09.990-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:09.990-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:09.990-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:09.990-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:09.990-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.991-08:00 DEBUG 29008 --- [nio-8881-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=10 ice recipe test, category=-, date=null, description=--, ingredi (truncated)...]
?[0m?[0;34m2025-01-06T15:10:09.991-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:09.991-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:09.991-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@205a0772
?[0m?[0;34m2025-01-06T15:10:09.991-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1956691841 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 973965973
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4b2076e2
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] recipes.service.RecipeService : Recipe(id=null, userId=2, name=10 ice recipe test, category=-, date=null, description=--, ingredients=[----, --;, ---], directions=[--, -])
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1159767729<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:09.992-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7321fb96]
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 10
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1159767729<open>)]
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:09.993-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#10], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#10], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:09 PST 2025, directions=[--, -], name=10 ice recipe test, description=--, ingredients=[----, --;, ---], id=10, category=-, userId=2}
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 10
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 10
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:09.994-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=10}]
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "{"id":10}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:09.995-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-28 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-28 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 28][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-28: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 28][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:09.996-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]]
?[0m?[1;31m
Start test 30?[0m
?[0;34m2025-01-06T15:10:10.016-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.016-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.016-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.016-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 29][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.016-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58562<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Content-Length: 135
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=17
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Content-Length: 135[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 >> "{"name":"11 ice-creamrecipe test","category":"veryDessert","description":"-","ingredients":["-","--"],"directions":["-----","-","---"]}"
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.017-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]], Read direct from socket: [418]
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 135
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"11 ice-creamrecipe test","category":"veryDessert","description":"-","ingredients":["-","--"],"directions":["-----","-","---"]}]
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.018-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3d95099a
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.019-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1047031561 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1553642667
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.020-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@21779816
?[0m?[0;34m2025-01-06T15:10:10.068-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.069-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.070-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.070-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.070-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.070-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.070-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.071-08:00 DEBUG 29008 --- [nio-8881-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=11 ice-creamrecipe test, category=veryDessert, date=null, descript (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.071-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.071-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.071-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@299f3cff
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1082067381 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 798022922
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.072-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@179a5bec
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] recipes.service.RecipeService : Recipe(id=null, userId=2, name=11 ice-creamrecipe test, category=veryDessert, date=null, description=-, ingredients=[-, --], directions=[-----, -, ---])
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(982275899<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@b1ba1d8]
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 11
?[0m?[0;34m2025-01-06T15:10:10.073-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(982275899<open>)]
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#11], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#11], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:10 PST 2025, directions=[-----, -, ---], name=11 ice-creamrecipe test, description=-, ingredients=[-, --], id=11, category=veryDessert, userId=2}
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 11
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 11
?[0m?[0;34m2025-01-06T15:10:10.074-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=11}]
?[0m?[0;34m2025-01-06T15:10:10.075-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "{"id":11}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-29 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-29 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 29][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-29: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 29][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.076-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]]
?[0m?[1;31m
Start test 31?[0m
?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 30][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58563<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Content-Length: 111
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Content-Length: 111[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.095-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 >> "{"name":"cream","category":"BEVerage","description":"--","ingredients":["---","-","-"],"directions":["-","--"]}"
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=18
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]], Read direct from socket: [394]
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 111
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"cream","category":"BEVerage","description":"--","ingredients":["---","-","-"],"directions":["-","--"]}]
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.096-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.097-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.098-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.098-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.098-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2cf28995
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1118463899 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.099-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 7459618
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.100-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1176ea08
?[0m?[0;34m2025-01-06T15:10:10.148-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.149-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.149-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.150-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.150-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.150-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.150-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.150-08:00 DEBUG 29008 --- [nio-8881-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=cream, category=BEVerage, date=null, description=--, ingredients=[ (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.151-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.151-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.151-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@cc4776c
?[0m?[0;34m2025-01-06T15:10:10.151-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.151-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@982958066 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 710060256
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.152-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2534fb77
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] recipes.service.RecipeService : Recipe(id=null, userId=2, name=cream, category=BEVerage, date=null, description=--, ingredients=[---, -, -], directions=[-, --])
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(106379026<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7d80fbc7]
?[0m?[0;34m2025-01-06T15:10:10.153-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 12
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(106379026<open>)]
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#12], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.154-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#12], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:10 PST 2025, directions=[-, --], name=cream, description=--, ingredients=[---, -, -], id=12, category=BEVerage, userId=2}
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 12
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 12
?[0m?[0;34m2025-01-06T15:10:10.155-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.156-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=12}]
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "{"id":12}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-30 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-30 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 30][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-30: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 30][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.157-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.158-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.158-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.158-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.158-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.158-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]]
?[0m?[1;31m
Start test 32?[0m
?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 31][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58564<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=19
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Content-Length: 116
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.172-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Content-Length: 116[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 >> "{"name":"ice-cre","category":"---Dessert","description":"-","ingredients":["---","-"],"directions":["----","-","-"]}"
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]], Read direct from socket: [399]
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 116
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"ice-cre","category":"---Dessert","description":"-","ingredients":["---","-"],"directions":["----","-","-"]}]
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.173-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.174-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.174-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.174-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.174-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@73b9b648
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@456147213 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1535964825
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.175-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@42adfccc
?[0m?[0;34m2025-01-06T15:10:10.222-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.222-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.223-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.223-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.223-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.223-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.223-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.224-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=ice-cre, category=---Dessert, date=null, description=-, ingredient (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.224-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.224-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.224-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4a5e984b
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1460761087 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1968737755
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.225-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@291a9406
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] recipes.service.RecipeService : Recipe(id=null, userId=2, name=ice-cre, category=---Dessert, date=null, description=-, ingredients=[---, -], directions=[----, -, -])
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1499797796<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@575e4d2d]
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 13
?[0m?[0;34m2025-01-06T15:10:10.226-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1499797796<open>)]
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#13], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#13], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:10 PST 2025, directions=[----, -, -], name=ice-cre, description=-, ingredients=[---, -], id=13, category=---Dessert, userId=2}
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 13
?[0m?[0;34m2025-01-06T15:10:10.227-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 13
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:10.228-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:10.229-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.229-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=13}]
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "{"id":13}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-31 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-31 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 31][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-31: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.230-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.231-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 31][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.231-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.231-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.231-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.231-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]]
?[0m?[1;31m
Start test 33?[0m
?[0;34m2025-01-06T15:10:10.251-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.251-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.251-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 32][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58565<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Content-Length: 115
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Content-Length: 115[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 >> "{"name":"ice-cream","category":"DESSERT","description":"-","ingredients":["----","--"],"directions":["-","--","-"]}"
?[0m?[0;34m2025-01-06T15:10:10.252-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=20
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]], Read direct from socket: [398]
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 115
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"ice-cream","category":"DESSERT","description":"-","ingredients":["----","--"],"directions":["-","--","-"]}]
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.253-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4af048fd
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.254-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1340516811 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 338575494
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.255-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@6efc1b39
?[0m?[0;34m2025-01-06T15:10:10.303-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.304-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.304-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.304-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.304-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.305-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.305-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=ice-cream, category=DESSERT, date=null, description=-, ingredients (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@54844c68
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.306-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@289609914 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1784795872
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.307-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@636e81de
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] recipes.service.RecipeService : Recipe(id=null, userId=2, name=ice-cream, category=DESSERT, date=null, description=-, ingredients=[----, --], directions=[-, --, -])
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(331546900<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@2d8ab90b]
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 14
?[0m?[0;34m2025-01-06T15:10:10.308-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:10.309-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(331546900<open>)]
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#14], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#14], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:10 PST 2025, directions=[-, --, -], name=ice-cream, description=-, ingredients=[----, --], id=14, category=DESSERT, userId=2}
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 14
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.310-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 14
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.311-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=14}]
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "{"id":14}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-32 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-32 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 32][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-32: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 32][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.312-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.313-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]]
?[0m?[1;31m
Start test 34?[0m
?[0;34m2025-01-06T15:10:10.329-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 33][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58566<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Content-Length: 139
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Content-Length: 139[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 >> "{"name":"15 recipe test ice-CREAM","category":"Dessert","description":"-","ingredients":["-","---\u0027","-----"],"directions":["---","-"]}"
?[0m?[0;34m2025-01-06T15:10:10.330-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=21
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]], Read direct from socket: [422]
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 139
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"15 recipe test ice-CREAM","category":"Dessert","description":"-","ingredients":["-","---\u0027","-----"],"directions":["---","-"]}]
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.331-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.332-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.332-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.332-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5bd6487d
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@468888034 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1111576637
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.333-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4c724c2e
?[0m?[0;34m2025-01-06T15:10:10.381-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.381-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.382-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=15 recipe test ice-CREAM, category=Dessert, date=null, description (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4a80a676
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.383-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1267799134 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 267861383
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4c07ebc3
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] recipes.service.RecipeService : Recipe(id=null, userId=2, name=15 recipe test ice-CREAM, category=Dessert, date=null, description=-, ingredients=[-, ---', -----], directions=[---, -])
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(633406935<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@5f2b3944]
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:10.384-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 15
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(633406935<open>)]
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#15], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#15], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq, id=2, locked=null, username=LoginTest2@test.com}
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:10 PST 2025, directions=[---, -], name=15 recipe test ice-CREAM, description=-, ingredients=[-, ---', -----], id=15, category=Dessert, userId=2}
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 15
?[0m?[0;34m2025-01-06T15:10:10.385-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `2` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 15
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:10.386-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:10.387-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:10.387-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.387-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=15}]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "{"id":15}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-33 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-33 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 33][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-33: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 33][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.388-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]]
?[0m?[1;31m
Start test 35?[0m
?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 34][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58567<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "GET /api/recipe/search/?category=dessert HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=22
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.391-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]], Read direct from socket: [250]
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.392-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:10.393-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.393-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.393-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@adb767
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2141920339 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1338976081
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.394-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.395-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.395-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@6821f37f
?[0m?[0;34m2025-01-06T15:10:10.442-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.442-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.442-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Start processing with input [category=dessert]
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?category=dessert", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.443-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.445-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:10.445-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528840139709100))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:10.446-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5e483f4e
?[0m?[0;34m2025-01-06T15:10:10.447-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528840139709100)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840139709100).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840139709100).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528840139709100).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.447-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528840139709100)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe(528840139709100).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528840139709100).directions)@1251782820 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe(528840139709100).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528840139709100).ingredients)@531894660 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe(528840139709100) -> EntityResultInitializer(recipes.model.Recipe(528840139709100))@436999104 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.category)=upper(?) order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 15
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#15
?[0m?[0;34m2025-01-06T15:10:10.448-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#15] : 382707143
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.384]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [15 recipe test ice-CREAM]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#15
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 14
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#14
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#14] : 1990720992
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [DESSERT]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.308]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#14
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 8
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#8
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#8
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#8] : 822898578
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [dessert]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.837]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [--]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [---]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#8
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 7
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#7
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#7] : 2080418928
?[0m?[0;34m2025-01-06T15:10:10.449-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [desserT]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.761]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [----]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [ICE-CREAM]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#7
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 6
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#6
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#6
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#6] : 810939183
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [DeSSert]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.679]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [--]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#6
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 4
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#4
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#4
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#4] : 702491825
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [DesserT]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.512]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [tea r 4]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#4
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840139709100)): 3
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).directions#3
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840139709100).ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840139709100)#3] : 1163739584
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.41]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840139709100)#3
?[0m?[0;34m2025-01-06T15:10:10.450-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad920f
?[0m?[0;34m2025-01-06T15:10:10.452-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.452-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.452-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.452-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1621227066 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.452-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@145c64c5
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---']
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@145c64c5
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@685771175
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@145c64c5
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@2065911890 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1162573547
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1162573547
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@15b849a0
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1162573547
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1162573547
?[0m?[0;34m2025-01-06T15:10:10.453-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1162573547
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@15b849a0
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#15]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1954032261 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@1086369903
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@1086369903
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@21e2fbf8
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1086369903
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@1086369903
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@1086369903
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@21e2fbf8
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@343658819 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@52738a32
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.454-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@52738a32
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1749361137
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@52738a32
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#14]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@415803638 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#8
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#8] : org.hibernate.collection.spi.PersistentBag@956707063
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#8] -> org.hibernate.collection.spi.PersistentBag@956707063
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7294ce49
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#8
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@956707063
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#8] : org.hibernate.collection.spi.PersistentBag@956707063
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#8] -> org.hibernate.collection.spi.PersistentBag@956707063
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7294ce49
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#8]
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.455-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@801523701 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@717ea71
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@717ea71
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@2014170286
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@717ea71
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#8]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@452193417 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3e807676
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3e807676
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@945614171
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3e807676
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#7]
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.456-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@991056523 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1e399d78
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1e399d78
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@782384285
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1e399d78
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#7]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@932581950 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.457-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6a0a8226
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6a0a8226
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1991651593
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6a0a8226
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1837787835 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#6
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#6] : org.hibernate.collection.spi.PersistentBag@1238350457
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#6] -> org.hibernate.collection.spi.PersistentBag@1238350457
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1dfac2b8
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#6
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1238350457
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#6] : org.hibernate.collection.spi.PersistentBag@1238350457
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#6] -> org.hibernate.collection.spi.PersistentBag@1238350457
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1dfac2b8
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#6]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@597408782 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@16b8d6cc
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:10.458-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@16b8d6cc
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@35919604
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@16b8d6cc
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1748853721 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@f38bf1e
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@f38bf1e
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@915177006
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@f38bf1e
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#4]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@202909323 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.459-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4ac9d427
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4ac9d427
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1084172008
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4ac9d427
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@128487307 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@364332926
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@364332926
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@631b30f
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@364332926
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@364332926
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@364332926
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@631b30f
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#3]
?[0m?[0;34m2025-01-06T15:10:10.460-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[RecipeDTO(name=15 recipe test ice-CREAM, category=Dessert, date=2025-01-06 15:10:10.384, descriptio (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "45c[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "[{"name":"15 recipe test ice-CREAM","category":"Dessert","date":"2025-01-06T23:10:10.384+00:00","description":"-","ingredients":["-","---'","-----"],"directions":["---","-"]},{"name":"ice-cream","category":"DESSERT","date":"2025-01-06T23:10:10.308+00:00","description":"-","ingredients":["----","--"],"directions":["-","--","-"]},{"name":"---","category":"dessert","date":"2025-01-06T23:10:09.837+00:00","description":"--","ingredients":["-","----"],"directions":["-----","-","---"]},{"name":"ICE-CREAM","category":"desserT","date":"2025-01-06T23:10:09.761+00:00","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]},{"name":"--","category":"DeSSert","date":"2025-01-06T23:10:09.679+00:00","description":"---","ingredients":["---","-","--"],"directions":["---","-"]},{"name":"tea r 4","category":"DesserT","date":"2025-01-06T23:10:09.512+00:00","description":"---","ingredients":["-","----","-"],"directions":["----","--","--"]},{"name":"ice-cream","category":"Dessert","date":"2025-01-06T23:10:09.410+00:00","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-34 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.461-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-34 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 34][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-34: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [250]
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 34][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.462-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]]
?[0m?[1;31m
Start test 36?[0m
?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 35][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58568<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "GET /api/recipe/search/?name=ice-cream HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=23
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.467-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [250]
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]], Read direct from socket: [248]
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.468-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:10.469-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.469-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.469-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.469-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@393cb361
?[0m?[0;34m2025-01-06T15:10:10.469-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1268724181 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 777675182
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.470-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1c79ec29
?[0m?[0;34m2025-01-06T15:10:10.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.518-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Start processing with input [name=ice-cream]
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?name=ice-cream", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.519-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.520-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:10.520-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528840147607599))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:10.521-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6e0ed7c7
?[0m?[0;34m2025-01-06T15:10:10.522-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528840147607599)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840147607599).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840147607599).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528840147607599).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.522-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528840147607599)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528840147607599).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528840147607599).directions)@2076038559 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528840147607599).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528840147607599).ingredients)@201109652 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528840147607599) -> EntityResultInitializer(recipes.model.Recipe(528840147607599))@1971664848 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:10.523-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.name) like upper(?) escape '\' order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 15
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#15
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#15] : 908289930
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.384]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [15 recipe test ice-CREAM]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#15
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 14
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#14
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#14] : 1936621377
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [DESSERT]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.308]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#14
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 11
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#11
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#11
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#11] : 1620129908
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [veryDessert]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.073]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [11 ice-creamrecipe test]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#11
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 7
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#7
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.524-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#7] : 1981146063
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [desserT]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.761]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [----]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ICE-CREAM]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#7
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 5
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#5
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#5
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#5] : 51309720
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [Desser]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.601]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [recipe ice-cream 5]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#5
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528840147607599)): 3
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).directions#3
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528840147607599).ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528840147607599)#3] : 456336635
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.41]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528840147607599)#3
?[0m?[0;34m2025-01-06T15:10:10.525-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5edc5c27
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@2028546049 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@46c10d93
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---']
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@46c10d93
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@775526588
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@46c10d93
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#15]
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@2010745962 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.526-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1791294761
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1791294761
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3d0ce2a4
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1791294761
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1791294761
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1791294761
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3d0ce2a4
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#15]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@109941683 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@1544579765
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@1544579765
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@76630838
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1544579765
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@1544579765
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@1544579765
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@76630838
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@479792460 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@58b5b2ae
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.527-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@58b5b2ae
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@1041168816
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@58b5b2ae
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#14]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@210904985 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#11
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#11] : org.hibernate.collection.spi.PersistentBag@697266569
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#11] -> org.hibernate.collection.spi.PersistentBag@697266569
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@37ab5a8e
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#11
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@697266569
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#11] : org.hibernate.collection.spi.PersistentBag@697266569
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#11] -> org.hibernate.collection.spi.PersistentBag@697266569
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@37ab5a8e
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@706219277 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@356d32e9
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:10.528-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@356d32e9
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@1619380048
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@356d32e9
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#11]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1601646892 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553f2093
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553f2093
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1373625363
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553f2093
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#7]
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@866620745 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.529-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f79a542
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f79a542
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@523118561
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4f79a542
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#7]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1090219065 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2374ea3c
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2374ea3c
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@883120440
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2374ea3c
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#5]
?[0m?[0;34m2025-01-06T15:10:10.530-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@947245263 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4b9c1cef
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4b9c1cef
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@1524395181
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@4b9c1cef
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#5]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1568235259 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.531-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@27c145f1
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@27c145f1
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@1454227829
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@27c145f1
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#3]
?[0m?[0;34m2025-01-06T15:10:10.532-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@811096436 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1873637673
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1873637673
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6abb606e
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1873637673
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1873637673
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1873637673
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6abb606e
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#3]
?[0m?[0;34m2025-01-06T15:10:10.533-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[RecipeDTO(name=15 recipe test ice-CREAM, category=Dessert, date=2025-01-06 15:10:10.384, descriptio (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "3e1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.534-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "[{"name":"15 recipe test ice-CREAM","category":"Dessert","date":"2025-01-06T23:10:10.384+00:00","description":"-","ingredients":["-","---'","-----"],"directions":["---","-"]},{"name":"ice-cream","category":"DESSERT","date":"2025-01-06T23:10:10.308+00:00","description":"-","ingredients":["----","--"],"directions":["-","--","-"]},{"name":"11 ice-creamrecipe test","category":"veryDessert","date":"2025-01-06T23:10:10.073+00:00","description":"-","ingredients":["-","--"],"directions":["-----","-","---"]},{"name":"ICE-CREAM","category":"desserT","date":"2025-01-06T23:10:09.761+00:00","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]},{"name":"recipe ice-cream 5","category":"Desser","date":"2025-01-06T23:10:09.601+00:00","description":"---","ingredients":["-","--","-"],"directions":["-","--","---"]},{"name":"ice-cream","category":"Dessert","date":"2025-01-06T23:10:09.410+00:00","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-35 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-35 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 35][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-35: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [248]
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 35][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.535-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]]
?[0m?[1;31m
Start test 37?[0m
?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 36][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.538-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58569<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?category=should_return_empty_array_1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> GET /api/recipe/search/?category=should_return_empty_array_1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "GET /api/recipe/search/?category=should_return_empty_array_1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=24
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [248]
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]], Read direct from socket: [270]
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?category=should_return_empty_array_1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.539-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.540-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?category=should_return_empty_array_1
?[0m?[0;34m2025-01-06T15:10:10.540-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7c81663e
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@212747396 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.541-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1976717000
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.542-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@b26ae92
?[0m?[0;34m2025-01-06T15:10:10.590-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.591-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.591-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?category=should_return_empty_array_1
?[0m?[0;34m2025-01-06T15:10:10.591-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.591-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.591-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Start processing with input [category=should_return_empty_array_1]
?[0m?[0;34m2025-01-06T15:10:10.592-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?category=should_return_empty_array_1", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.592-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.592-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.592-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:10.592-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528840139709100))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3b62f0e4
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528840139709100)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840139709100).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840139709100).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840139709100).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528840139709100).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528840139709100)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528840139709100).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528840139709100).directions)@329913113 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528840139709100).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528840139709100).ingredients)@1071850584 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528840139709100) -> EntityResultInitializer(recipes.model.Recipe(528840139709100))@1540287278 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:10.593-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.category)=upper(?) order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[]]
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.594-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "2[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "[][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-36 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-36 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 36][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-36: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 36][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [270]
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.595-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]]
?[0m?[1;31m
Start test 38?[0m
?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 37][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58570<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?name=should_return_empty_array_2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> GET /api/recipe/search/?name=should_return_empty_array_2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "GET /api/recipe/search/?name=should_return_empty_array_2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=25
?[0m?[0;34m2025-01-06T15:10:10.598-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [270]
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]], Read direct from socket: [266]
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?name=should_return_empty_array_2 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.599-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?name=should_return_empty_array_2
?[0m?[0;34m2025-01-06T15:10:10.600-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.600-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.600-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.600-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2d648100
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1204506918 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.601-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1474964518
?[0m?[0;34m2025-01-06T15:10:10.602-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.602-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.602-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.602-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.602-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4a35059c
?[0m?[0;34m2025-01-06T15:10:10.650-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.650-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?name=should_return_empty_array_2
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Start processing with input [name=should_return_empty_array_2]
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?name=should_return_empty_array_2", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.651-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.652-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.652-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:10.652-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528840147607599))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:10.652-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@710244d0
?[0m?[0;34m2025-01-06T15:10:10.652-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528840147607599)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840147607599).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528840147607599).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528840147607599).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528840147607599).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528840147607599)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe(528840147607599).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528840147607599).directions)@905663317 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe(528840147607599).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528840147607599).ingredients)@1446815230 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe(528840147607599) -> EntityResultInitializer(recipes.model.Recipe(528840147607599))@1850696958 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:10.653-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.name) like upper(?) escape '\' order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[]]
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "2[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "[][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-37 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:10.654-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-37 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 37][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-37: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 37][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [266]
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:10.655-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]]
?[0m?[1;31m
Start test 39?[0m
?[0;34m2025-01-06T15:10:10.656-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.656-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.656-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.656-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 38][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58571<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/ HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> GET /api/recipe/search/ HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "GET /api/recipe/search/ HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [266]
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55e82177:org.apache.tomcat.util.net.NioChannel@3ef18ea6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58571]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55e82177:org.apache.tomcat.util.net.NioChannel@3ef18ea6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58571]], Read direct from socket: [233]
?[0m?[0;34m2025-01-06T15:10:10.657-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/ HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.658-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.658-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.658-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.658-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.658-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@691586a3
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@107692069 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1814124161
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.659-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.660-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.660-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@30175948
?[0m?[0;34m2025-01-06T15:10:10.707-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.707-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.707-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Invalid request parameters"]
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.708-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing GET /error
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured GET /error
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for GET "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:10.709-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:10 PST 2025, status=400, error=Bad Request, path=/api/recipe/search/}]
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "6d[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "{"timestamp":"2025-01-06T23:10:10.710+00:00","status":400,"error":"Bad Request","path":"/api/recipe/search/"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55e82177:org.apache.tomcat.util.net.NioChannel@3ef18ea6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58571]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-38 << Connection: close
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-6] latch=26
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-38 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-38: Close connection
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@55e82177:org.apache.tomcat.util.net.NioChannel@3ef18ea6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58571]])
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 38][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.710-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 40?[0m
?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 39][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58572<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?key0=value0 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> GET /api/recipe/search/?key0=value0 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "GET /api/recipe/search/?key0=value0 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [233]
?[0m?[0;34m2025-01-06T15:10:10.713-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@19ee9576:org.apache.tomcat.util.net.NioChannel@6cb92454:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58572]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@19ee9576:org.apache.tomcat.util.net.NioChannel@6cb92454:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58572]], Read direct from socket: [245]
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?key0=value0 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.714-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?key0=value0
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@46387874
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.716-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1408146610 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 2022640726
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.717-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5f2304f9
?[0m?[0;34m2025-01-06T15:10:10.767-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.767-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.768-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?key0=value0
?[0m?[0;34m2025-01-06T15:10:10.768-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.768-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Start processing with input [key0=value0]
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?key0=value0", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Invalid request parameters"]
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:10.769-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:10.770-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /error?key0=value0
?[0m?[0;34m2025-01-06T15:10:10.770-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured GET /error?key0=value0
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for GET "/error?key0=value0", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:10 PST 2025, status=400, error=Bad Request, path=/api/recipe/search/}]
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.771-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "6d[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "{"timestamp":"2025-01-06T23:10:10.771+00:00","status":400,"error":"Bad Request","path":"/api/recipe/search/"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-39 << Connection: close
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-39 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-39: Close connection
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@19ee9576:org.apache.tomcat.util.net.NioChannel@6cb92454:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58572]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 39][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-7] latch=26
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.772-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@19ee9576:org.apache.tomcat.util.net.NioChannel@6cb92454:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58572]])
?[0m?[1;31m
Start test 41?[0m
?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 40][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.775-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58573<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?key0=value0&key1=value1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> GET /api/recipe/search/?key0=value0&key1=value1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "GET /api/recipe/search/?key0=value0&key1=value1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [245]
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5d6fd871:org.apache.tomcat.util.net.NioChannel@249abcac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58573]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5d6fd871:org.apache.tomcat.util.net.NioChannel@249abcac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58573]], Read direct from socket: [257]
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?key0=value0&key1=value1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.776-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.777-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?key0=value0&key1=value1
?[0m?[0;34m2025-01-06T15:10:10.777-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@637f0332
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@625238551 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.778-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1652308775
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.779-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@642ea9a5
?[0m?[0;34m2025-01-06T15:10:10.826-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.826-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.827-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?key0=value0&key1=value1
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Start processing with input [key0=value0&key1=value1]
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?key0=value0&key1=value1", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.828-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.829-08:00 DEBUG 29008 --- [nio-8881-exec-8] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Invalid request parameters"]
?[0m?[0;34m2025-01-06T15:10:10.829-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.829-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:10.830-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:10.830-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /error?key0=value0&key1=value1
?[0m?[0;34m2025-01-06T15:10:10.830-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured GET /error?key0=value0&key1=value1
?[0m?[0;34m2025-01-06T15:10:10.830-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for GET "/error?key0=value0&key1=value1", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:10 PST 2025, status=400, error=Bad Request, path=/api/recipe/search/}]
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Date: Mon, 06 Jan 2025 23:10:09 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "6d[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.831-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "{"timestamp":"2025-01-06T23:10:10.831+00:00","status":400,"error":"Bad Request","path":"/api/recipe/search/"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Date: Mon, 06 Jan 2025 23:10:09 GMT
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-40 << Connection: close
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-40 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-40: Close connection
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5d6fd871:org.apache.tomcat.util.net.NioChannel@249abcac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58573]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 40][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.832-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.833-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-8] latch=26
?[0m?[0;34m2025-01-06T15:10:10.833-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5d6fd871:org.apache.tomcat.util.net.NioChannel@249abcac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58573]])
?[0m?[1;31m
Start test 42?[0m
?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 41][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58574<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.835-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [257]
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35ac7166:org.apache.tomcat.util.net.NioChannel@600ba089:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58574]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35ac7166:org.apache.tomcat.util.net.NioChannel@600ba089:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58574]], Read direct from socket: [293]
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.836-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4
?[0m?[0;34m2025-01-06T15:10:10.837-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.837-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.837-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4d38726c
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1327621078 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 482188223
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.838-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5c42e4ad
?[0m?[0;34m2025-01-06T15:10:10.886-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.886-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.887-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4
?[0m?[0;34m2025-01-06T15:10:10.887-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.887-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:10.887-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Start processing with input [key0=value0&key1=value1&key2=value2&key3=value3&key4=value4]
?[0m?[0;34m2025-01-06T15:10:10.887-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.888-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:10.888-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.888-08:00 DEBUG 29008 --- [nio-8881-exec-9] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Invalid request parameters"]
?[0m?[0;34m2025-01-06T15:10:10.888-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.888-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing GET /error?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured GET /error?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for GET "/error?key0=value0&key1=value1&key2=value2&key3=value3&key4=value4", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:10.889-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:10 PST 2025, status=400, error=Bad Request, path=/api/recipe/search/}]
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "6d[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "{"timestamp":"2025-01-06T23:10:10.889+00:00","status":400,"error":"Bad Request","path":"/api/recipe/search/"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-41 << Connection: close
?[0m?[0;34m2025-01-06T15:10:10.890-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35ac7166:org.apache.tomcat.util.net.NioChannel@600ba089:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58574]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-9] latch=26
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35ac7166:org.apache.tomcat.util.net.NioChannel@600ba089:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58574]])
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-41 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-41: Close connection
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 41][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.891-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 43?[0m
?[0;34m2025-01-06T15:10:10.894-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 42][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58575<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Content-Length: 308
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Content-Length: 308[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.895-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 >> "{"category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [293]
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7224037b:org.apache.tomcat.util.net.NioChannel@7ccfdebb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58575]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7224037b:org.apache.tomcat.util.net.NioChannel@7ccfdebb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58575]], Read direct from socket: [591]
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 308
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.896-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.897-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.897-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.897-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.897-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@329f6752
?[0m?[0;34m2025-01-06T15:10:10.897-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1168825612 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 832981296
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.898-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2277b0b5
?[0m?[0;34m2025-01-06T15:10:10.945-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:10.945-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.946-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=null, category=beverage, date=null, description=Light, aromatic an (truncated)...]
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@b8092d1
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.947-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1854886880 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 621376707
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@310d33d1
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Name cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:10.948-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.949-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:10.949-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:10.949-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:10.949-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:10.949-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:10 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "{"timestamp":"2025-01-06T23:10:10.950+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:10.950-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-42 << Connection: close
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-42 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-42: Close connection
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7224037b:org.apache.tomcat.util.net.NioChannel@7ccfdebb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58575]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 42][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.951-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:10.952-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-10] latch=26
?[0m?[0;34m2025-01-06T15:10:10.952-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7224037b:org.apache.tomcat.util.net.NioChannel@7ccfdebb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58575]])
?[0m?[1;31m
Start test 44?[0m
?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 43][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.954-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58576<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Content-Length: 310
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Content-Length: 310[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 >> "{"name":"Fresh Mint Tea","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4986aca9:org.apache.tomcat.util.net.NioChannel@507ad6e2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58576]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4986aca9:org.apache.tomcat.util.net.NioChannel@507ad6e2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58576]], Read direct from socket: [593]
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 310
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:10.955-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@174ffe39
?[0m?[0;34m2025-01-06T15:10:10.956-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1100532047 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 768896079
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:10.957-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2a011a0b
?[0m?[0;34m2025-01-06T15:10:11.010-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.010-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.011-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.011-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.011-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.011-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.011-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=null, date=null, description=Light, aroma (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@715f4bf9
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.012-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2080835797 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1019072754
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.013-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@78382610
?[0m?[0;34m2025-01-06T15:10:11.014-08:00 DEBUG 29008 --- [nio-8881-exec-1] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Category cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.014-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.014-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.014-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.014-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.015-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "{"timestamp":"2025-01-06T23:10:11.015+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-43 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-43 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-43: Close connection
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4986aca9:org.apache.tomcat.util.net.NioChannel@507ad6e2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58576]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.016-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.017-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 43][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.017-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-1] latch=26
?[0m?[0;34m2025-01-06T15:10:11.017-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.017-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4986aca9:org.apache.tomcat.util.net.NioChannel@507ad6e2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58576]])
?[0m?[1;31m
Start test 45?[0m
?[0;34m2025-01-06T15:10:11.019-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.019-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.019-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 44][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58577<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Content-Length: 325
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Content-Length: 325[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 >> "{"name":"Warming Ginger Tea","category":"beverage","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}"
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a6b095:org.apache.tomcat.util.net.NioChannel@25a3526f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58577]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a6b095:org.apache.tomcat.util.net.NioChannel@25a3526f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58577]], Read direct from socket: [608]
?[0m?[0;34m2025-01-06T15:10:11.020-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 325
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}]
?[0m?[0;34m2025-01-06T15:10:11.021-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.021-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.021-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.021-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.021-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@4ea9e81b
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@173452744 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.022-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1780279158
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.023-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@559b2f10
?[0m?[0;34m2025-01-06T15:10:11.073-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.073-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.074-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.074-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.074-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.074-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.074-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.075-08:00 DEBUG 29008 --- [nio-8881-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=null (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.075-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.075-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2d700b37
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@521288617 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1820174551
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.076-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.077-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.077-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@623c1982
?[0m?[0;34m2025-01-06T15:10:11.077-08:00 DEBUG 29008 --- [nio-8881-exec-2] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Description cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.077-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.077-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.078-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "{"timestamp":"2025-01-06T23:10:11.079+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.079-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-44 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-44 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-44: Close connection
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a6b095:org.apache.tomcat.util.net.NioChannel@25a3526f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58577]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 44][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-2] latch=26
?[0m?[0;34m2025-01-06T15:10:11.080-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a6b095:org.apache.tomcat.util.net.NioChannel@25a3526f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58577]])
?[0m?[1;31m
Start test 46?[0m
?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 45][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.084-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58578<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Content-Length: 273
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Content-Length: 273[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 >> "{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.085-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e8a2e4c:org.apache.tomcat.util.net.NioChannel@7ef5dec3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58578]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e8a2e4c:org.apache.tomcat.util.net.NioChannel@7ef5dec3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58578]], Read direct from socket: [556]
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 273
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.086-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.087-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@599b13e5
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@903799701 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.088-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1444176765
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.089-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1494f061
?[0m?[0;34m2025-01-06T15:10:11.138-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.139-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.139-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.140-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.140-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.140-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.140-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.140-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=beverage, date=null, description=Light, a (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7e72a449
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1118014919 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 148943353
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.141-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5673c897
?[0m?[0;34m2025-01-06T15:10:11.142-08:00 DEBUG 29008 --- [nio-8881-exec-3] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Ingredients cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.142-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.142-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.142-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.142-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.143-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "{"timestamp":"2025-01-06T23:10:11.143+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-45 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-45 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-45: Close connection
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e8a2e4c:org.apache.tomcat.util.net.NioChannel@7ef5dec3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58578]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 45][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.144-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.145-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-3] latch=26
?[0m?[0;34m2025-01-06T15:10:11.145-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e8a2e4c:org.apache.tomcat.util.net.NioChannel@7ef5dec3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58578]])
?[0m?[1;31m
Start test 47?[0m
?[0;34m2025-01-06T15:10:11.146-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.146-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.146-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.146-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 46][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.146-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58580<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Content-Length: 212
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Content-Length: 212[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 >> "{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"]}"
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.147-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@20d02058:org.apache.tomcat.util.net.NioChannel@c6b38f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58580]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@20d02058:org.apache.tomcat.util.net.NioChannel@c6b38f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58580]], Read direct from socket: [495]
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 212
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"]}]
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.148-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.149-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7efd6996
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.150-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@878143263 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 426575912
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.151-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@160dfb85
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.199-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=Ging (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2f090d57
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.200-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2086506662 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 29984659
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1181efac
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Directions cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.201-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.202-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "{"timestamp":"2025-01-06T23:10:11.203+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-46 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-46 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-46: Close connection
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 46][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@20d02058:org.apache.tomcat.util.net.NioChannel@c6b38f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58580]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-4] latch=26
?[0m?[0;34m2025-01-06T15:10:11.203-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@20d02058:org.apache.tomcat.util.net.NioChannel@c6b38f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58580]])
?[0m?[1;31m
Start test 48?[0m
?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 47][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.205-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58581<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Content-Length: 320
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Content-Length: 320[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 >> "{"name":" ","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@601dd35a:org.apache.tomcat.util.net.NioChannel@75e03333:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58581]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@601dd35a:org.apache.tomcat.util.net.NioChannel@75e03333:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58581]], Read direct from socket: [603]
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 320
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":" ","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.206-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.207-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@51e269c3
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@345557702 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 342988907
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.208-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@466dbed9
?[0m?[0;34m2025-01-06T15:10:11.259-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.259-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.259-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.260-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.260-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.260-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.260-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.260-08:00 DEBUG 29008 --- [nio-8881-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name= , category=beverage, date=null, description=Light, aromatic and (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2052c2de
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@963285703 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.261-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1155964137
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2977d218
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Name cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.262-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.263-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.263-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.263-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.263-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.263-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "{"timestamp":"2025-01-06T23:10:11.263+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-47 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-47 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-47: Close connection
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@601dd35a:org.apache.tomcat.util.net.NioChannel@75e03333:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58581]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-5] latch=26
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 47][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@601dd35a:org.apache.tomcat.util.net.NioChannel@75e03333:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58581]])
?[0m?[0;34m2025-01-06T15:10:11.264-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 49?[0m
?[0;34m2025-01-06T15:10:11.267-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 48][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58582<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Content-Length: 326
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Content-Length: 326[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.268-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 >> "{"name":"Fresh Mint Tea","category":" ","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63f3bed:org.apache.tomcat.util.net.NioChannel@60cce0f5:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58582]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63f3bed:org.apache.tomcat.util.net.NioChannel@60cce0f5:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58582]], Read direct from socket: [609]
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 326
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":" ","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.269-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.270-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.270-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.271-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.271-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6a9b38bd
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1237771886 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 2015007770
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.272-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@691f8e1
?[0m?[0;34m2025-01-06T15:10:11.320-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.320-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.321-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.321-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.321-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.321-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.321-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category= , date=null, description=Light, aromati (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@271263b1
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.322-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@197748625 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 606291656
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.323-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@64965832
?[0m?[0;34m2025-01-06T15:10:11.324-08:00 DEBUG 29008 --- [nio-8881-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Category cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.324-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.324-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.324-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.324-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.325-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "{"timestamp":"2025-01-06T23:10:11.325+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-48 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-48 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-48: Close connection
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63f3bed:org.apache.tomcat.util.net.NioChannel@60cce0f5:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58582]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 48][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-6] latch=26
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.326-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63f3bed:org.apache.tomcat.util.net.NioChannel@60cce0f5:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58582]])
?[0m?[1;31m
Start test 50?[0m
?[0;34m2025-01-06T15:10:11.329-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.329-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.329-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 49][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58583<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Content-Length: 344
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Content-Length: 344[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.330-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 >> "{"name":"Warming Ginger Tea","category":"beverage","description":" ","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}"
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c4b99c3:org.apache.tomcat.util.net.NioChannel@1691284:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58583]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c4b99c3:org.apache.tomcat.util.net.NioChannel@1691284:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58583]], Read direct from socket: [627]
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 344
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":" ","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}]
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.331-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.332-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.332-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1844343
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1604737720 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 80901838
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.333-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@69cc9f76
?[0m?[0;34m2025-01-06T15:10:11.381-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.382-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.382-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.382-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.383-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.383-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.383-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.383-08:00 DEBUG 29008 --- [nio-8881-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description= , (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.383-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@49d51f2f
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@879629885 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1499764171
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.384-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dffbf24
?[0m?[0;34m2025-01-06T15:10:11.385-08:00 DEBUG 29008 --- [nio-8881-exec-7] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Description cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.385-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.385-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.385-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.385-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.386-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "{"timestamp":"2025-01-06T23:10:11.386+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-49 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-49 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-49: Close connection
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c4b99c3:org.apache.tomcat.util.net.NioChannel@1691284:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58583]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-7] latch=26
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c4b99c3:org.apache.tomcat.util.net.NioChannel@1691284:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58583]])
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 49][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.387-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 51?[0m
?[0;34m2025-01-06T15:10:11.389-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.389-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.389-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.389-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 50][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.389-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58584<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Content-Length: 290
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Content-Length: 290[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 >> "{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":[],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@167d775d:org.apache.tomcat.util.net.NioChannel@2ee1a00c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58584]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@167d775d:org.apache.tomcat.util.net.NioChannel@2ee1a00c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58584]], Read direct from socket: [573]
?[0m?[0;34m2025-01-06T15:10:11.390-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 290
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":[],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.391-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@2d4703f4
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1649246929 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1483724804
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.392-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@563a82d2
?[0m?[0;34m2025-01-06T15:10:11.440-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.440-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.440-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.440-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.440-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.441-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.441-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.441-08:00 DEBUG 29008 --- [nio-8881-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=beverage, date=null, description=Light, a (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@22e02bd7
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1279515972 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 65823767
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.442-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@519720d3
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Ingredients cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.443-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.444-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "{"timestamp":"2025-01-06T23:10:11.444+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-50 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-50 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-50: Close connection
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@167d775d:org.apache.tomcat.util.net.NioChannel@2ee1a00c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58584]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-8] latch=26
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 50][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.445-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@167d775d:org.apache.tomcat.util.net.NioChannel@2ee1a00c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58584]])
?[0m?[1;31m
Start test 52?[0m
?[0;34m2025-01-06T15:10:11.447-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 51][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58585<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Content-Length: 228
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Content-Length: 228[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 >> "{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":[]}"
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.448-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f3fd24a:org.apache.tomcat.util.net.NioChannel@52dcf824:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58585]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f3fd24a:org.apache.tomcat.util.net.NioChannel@52dcf824:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58585]], Read direct from socket: [511]
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 228
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":[]}]
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.449-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@22cce1a3
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.450-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@497347778 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 2029757301
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.451-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@42039254
?[0m?[0;34m2025-01-06T15:10:11.498-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.498-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.498-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:11.499-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.499-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.499-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:11.499-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.499-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=Ging (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1cc4348f
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@775549366 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 421870553
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.500-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@78f0dd0a
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Directions cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.501-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:11.502-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /error
?[0m?[0;34m2025-01-06T15:10:11.502-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for POST "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.502-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.502-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/new}]
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "69[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.503-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "{"timestamp":"2025-01-06T23:10:11.502+00:00","status":400,"error":"Bad Request","path":"/api/recipe/new"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-51 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-51 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-51: Close connection
?[0m?[0;34m2025-01-06T15:10:11.504-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.505-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 51][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.505-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.505-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f3fd24a:org.apache.tomcat.util.net.NioChannel@52dcf824:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58585]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.505-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-9] latch=26
?[0m?[0;34m2025-01-06T15:10:11.505-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f3fd24a:org.apache.tomcat.util.net.NioChannel@52dcf824:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58585]])
?[0m?[1;31m
Start test 53?[0m
?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 52][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.508-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58586<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Content-Length: 308
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Content-Length: 308[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.509-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 >> "{"category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [283]
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@62dfb688:org.apache.tomcat.util.net.NioChannel@1bfcfa04:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58586]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@62dfb688:org.apache.tomcat.util.net.NioChannel@1bfcfa04:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58586]], Read direct from socket: [588]
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 308
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.510-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.511-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.511-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.511-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@753d2ad4
?[0m?[0;34m2025-01-06T15:10:11.511-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1322415191 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1764504890
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.512-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@34018484
?[0m?[0;34m2025-01-06T15:10:11.562-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.562-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.563-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.563-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.563-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.563-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.563-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=null, category=beverage, date=null, description=Light, aromatic an (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1245468099<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@2005746890 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@7f002ae4]
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1193124900 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1873245001 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.564-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1913766243 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1925658959
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@11612307
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1245468099<open>)]
?[0m?[0;34m2025-01-06T15:10:11.565-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@2005746890 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5aa76d25
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.566-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@947195831 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 370986220
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@684612f
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Name cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.567-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.568-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.568-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.569-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.569-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.569-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.569-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.570-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "{"timestamp":"2025-01-06T23:10:11.569+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-52 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-52 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-52: Close connection
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@62dfb688:org.apache.tomcat.util.net.NioChannel@1bfcfa04:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58586]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 52][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-10] latch=26
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.571-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@62dfb688:org.apache.tomcat.util.net.NioChannel@1bfcfa04:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58586]])
?[0m?[1;31m
Start test 54?[0m
?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 53][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58587<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Content-Length: 310
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Content-Length: 310[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 >> "{"name":"Fresh Mint Tea","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.575-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b06e8d4:org.apache.tomcat.util.net.NioChannel@240bb95c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58587]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b06e8d4:org.apache.tomcat.util.net.NioChannel@240bb95c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58587]], Read direct from socket: [590]
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 310
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.576-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.577-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7663d76f
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.578-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1794571279 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1047374656
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.579-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@63262e06
?[0m?[0;34m2025-01-06T15:10:11.631-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.632-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.632-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=null, date=null, description=Light, aroma (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1432510189<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@240191353 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.633-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@5db58a58]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@254921206 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1214479307 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1309661041 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1837689578
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@24099ef7
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1432510189<open>)]
?[0m?[0;34m2025-01-06T15:10:11.634-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@240191353 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@e7cff26
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@353030258 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.635-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 656327080
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@64d41c79
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Category cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.636-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.637-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "{"timestamp":"2025-01-06T23:10:11.638+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.638-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-53 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-53 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-53: Close connection
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b06e8d4:org.apache.tomcat.util.net.NioChannel@240bb95c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58587]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 53][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-1] latch=26
?[0m?[0;34m2025-01-06T15:10:11.639-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b06e8d4:org.apache.tomcat.util.net.NioChannel@240bb95c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58587]])
?[0m?[1;31m
Start test 55?[0m
?[0;34m2025-01-06T15:10:11.642-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.642-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.642-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.642-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 54][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.642-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58588<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Content-Length: 325
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Content-Length: 325[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 >> "{"name":"Warming Ginger Tea","category":"beverage","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}"
?[0m?[0;34m2025-01-06T15:10:11.643-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65bbdfd0:org.apache.tomcat.util.net.NioChannel@6bea15f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58588]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65bbdfd0:org.apache.tomcat.util.net.NioChannel@6bea15f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58588]], Read direct from socket: [605]
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 325
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}]
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.644-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6a50234d
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.645-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1755460134 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1208663212
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.646-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@31409489
?[0m?[0;34m2025-01-06T15:10:11.692-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.692-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.693-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.693-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.693-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.693-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.693-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=null (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(724102667<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1251036414 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@57e366dc]
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1655854197 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@243705502 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1311833356 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.694-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1237430493
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7fa0774e
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(724102667<open>)]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1251036414 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.695-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3ba3673f
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1494543321 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1259569038
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.696-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@35a70f16
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Description cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.697-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "{"timestamp":"2025-01-06T23:10:11.698+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.698-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-54 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-54 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-54: Close connection
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 54][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65bbdfd0:org.apache.tomcat.util.net.NioChannel@6bea15f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58588]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-2] latch=26
?[0m?[0;34m2025-01-06T15:10:11.699-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65bbdfd0:org.apache.tomcat.util.net.NioChannel@6bea15f7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58588]])
?[0m?[1;31m
Start test 56?[0m
?[0;34m2025-01-06T15:10:11.701-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.701-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.701-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.701-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 55][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58589<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Content-Length: 273
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Content-Length: 273[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 >> "{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3eca9ae6:org.apache.tomcat.util.net.NioChannel@eba8cac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58589]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3eca9ae6:org.apache.tomcat.util.net.NioChannel@eba8cac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58589]], Read direct from socket: [553]
?[0m?[0;34m2025-01-06T15:10:11.702-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 273
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.703-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@3d89bfb
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2069189925 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1799678103
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.704-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3a6964a7
?[0m?[0;34m2025-01-06T15:10:11.751-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.751-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.751-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.752-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.752-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.752-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.752-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=beverage, date=null, description=Light, a (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(773830587<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1184649351 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.753-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@ad01893]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@2070747442 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@681368459 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@211857015 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1535629109
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@782b86f7
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(773830587<open>)]
?[0m?[0;34m2025-01-06T15:10:11.754-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1184649351 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1df0c8b8
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2015338608 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1392625453
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5618f11d
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Ingredients cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.756-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.757-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.758-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "{"timestamp":"2025-01-06T23:10:11.758+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-55 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3eca9ae6:org.apache.tomcat.util.net.NioChannel@eba8cac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58589]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-3] latch=26
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-55 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-55: Close connection
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3eca9ae6:org.apache.tomcat.util.net.NioChannel@eba8cac:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58589]])
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 55][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.759-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 57?[0m
?[0;34m2025-01-06T15:10:11.761-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 56][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58590<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Content-Length: 212
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Content-Length: 212[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 >> "{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"]}"
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4047cb62:org.apache.tomcat.util.net.NioChannel@506912aa:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58590]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4047cb62:org.apache.tomcat.util.net.NioChannel@506912aa:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58590]], Read direct from socket: [492]
?[0m?[0;34m2025-01-06T15:10:11.762-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 212
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"]}]
?[0m?[0;34m2025-01-06T15:10:11.764-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.764-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.764-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.764-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.764-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1d51e22b
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1698034735 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.765-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 533951135
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.766-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@558d69c6
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.814-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=Ging (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(448087725<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@128992679 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.815-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@3739844]
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1623094303 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1654748856 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@32079323 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 669621805
?[0m?[0;34m2025-01-06T15:10:11.816-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@121fe71a
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(448087725<open>)]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@128992679 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.817-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@79ec0b82
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@2048197598 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.818-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 814999778
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@624a16dd
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Directions cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:11.819-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.820-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.820-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.820-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.821-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "{"timestamp":"2025-01-06T23:10:11.821+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-56 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4047cb62:org.apache.tomcat.util.net.NioChannel@506912aa:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58590]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-4] latch=26
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4047cb62:org.apache.tomcat.util.net.NioChannel@506912aa:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58590]])
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-56 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-56: Close connection
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 56][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.822-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 58?[0m
?[0;34m2025-01-06T15:10:11.825-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.825-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.825-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.825-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 57][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.825-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58593<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Content-Length: 320
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Content-Length: 320[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 >> "{"name":" ","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@61bf94e3:org.apache.tomcat.util.net.NioChannel@46586aeb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58593]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@61bf94e3:org.apache.tomcat.util.net.NioChannel@46586aeb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58593]], Read direct from socket: [600]
?[0m?[0;34m2025-01-06T15:10:11.826-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 320
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":" ","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.827-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@36a9b71d
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@970391252 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1930042682
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.828-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7da47dd1
?[0m?[0;34m2025-01-06T15:10:11.875-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.875-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.875-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name= , category=beverage, date=null, description=Light, aromatic and (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1510089758<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.876-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@870340687 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@10a060c4]
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@877535292 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@670814257 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1330176583 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.877-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 535295488
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@6722ad7
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1510089758<open>)]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@870340687 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.878-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@26059bef
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1355071471 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 7694069
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.879-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@753b9ad3
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Name cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.880-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Date: Mon, 06 Jan 2025 23:10:10 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "{"timestamp":"2025-01-06T23:10:11.881+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.881-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Date: Mon, 06 Jan 2025 23:10:10 GMT
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-57 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@61bf94e3:org.apache.tomcat.util.net.NioChannel@46586aeb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58593]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-5] latch=26
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-57 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@61bf94e3:org.apache.tomcat.util.net.NioChannel@46586aeb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58593]])
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-57: Close connection
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 57][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.882-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 59?[0m
?[0;34m2025-01-06T15:10:11.884-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.884-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.884-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.884-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 58][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58595<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Content-Length: 326
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Content-Length: 326[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 >> "{"name":"Fresh Mint Tea","category":" ","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4fdaa100:org.apache.tomcat.util.net.NioChannel@27d314ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58595]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4fdaa100:org.apache.tomcat.util.net.NioChannel@27d314ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58595]], Read direct from socket: [606]
?[0m?[0;34m2025-01-06T15:10:11.885-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 326
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":" ","description":"Light, aromatic and refreshing beverage, ...","ingredients":["boiled water","honey","fresh mint leaves"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.886-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@19f813d8
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1794830205 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1787189005
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.887-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@57badc27
?[0m?[0;34m2025-01-06T15:10:11.936-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:11.936-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:11.937-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.937-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:11.937-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.937-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:11.937-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category= , date=null, description=Light, aromati (truncated)...]
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1323279846<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1135361401 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@1bca343e]
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@445679748 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@693366437 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@188111107 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:11.938-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1775073305
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1dad3ba2
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1323279846<open>)]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1135361401 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:11.939-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1fa285be
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@945082433 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.940-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 251474947
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@10b52b45
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Category cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:11.941-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:11.942-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:11 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Date: Mon, 06 Jan 2025 23:10:11 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "{"timestamp":"2025-01-06T23:10:11.942+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Date: Mon, 06 Jan 2025 23:10:11 GMT
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-58 << Connection: close
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-58 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-58: Close connection
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4fdaa100:org.apache.tomcat.util.net.NioChannel@27d314ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58595]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-6] latch=26
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4fdaa100:org.apache.tomcat.util.net.NioChannel@27d314ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58595]])
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 58][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.943-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 60?[0m
?[0;34m2025-01-06T15:10:11.945-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:11.945-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:11.945-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 59][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58596<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Content-Length: 344
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Content-Length: 344[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:11.946-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 >> "{"name":"Warming Ginger Tea","category":"beverage","description":" ","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}"
?[0m?[0;34m2025-01-06T15:10:11.972-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@524cdbf8:org.apache.tomcat.util.net.NioChannel@d278fbb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58596]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@524cdbf8:org.apache.tomcat.util.net.NioChannel@d278fbb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58596]], Read direct from socket: [624]
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 344
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":" ","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy"]}]
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:11.973-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@70909919
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.974-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@356162859 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1777238223
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:11.975-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@287c8b1c
?[0m?[0;34m2025-01-06T15:10:12.023-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:12.024-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:12.024-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description= , (truncated)...]
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(2097748081<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@284150751 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:12.025-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@d9ad9f5]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1106413361 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1955448302 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@441600403 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 242923403
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@25b1f726
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(2097748081<open>)]
?[0m?[0;34m2025-01-06T15:10:12.026-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@284150751 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7eacdaf4
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@327535111 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:12.027-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 2081292884
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@41662a20
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Description cannot be blank"]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:12.028-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:12 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:12.029-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Date: Mon, 06 Jan 2025 23:10:11 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "{"timestamp":"2025-01-06T23:10:12.029+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Date: Mon, 06 Jan 2025 23:10:11 GMT
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-59 << Connection: close
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@524cdbf8:org.apache.tomcat.util.net.NioChannel@d278fbb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58596]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-7] latch=26
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@524cdbf8:org.apache.tomcat.util.net.NioChannel@d278fbb:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58596]])
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-59 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-59: Close connection
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 59][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.030-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 61?[0m
?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 60][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.033-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58597<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Content-Length: 290
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Content-Length: 290[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 >> "{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":[],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}"
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1c1fe171:org.apache.tomcat.util.net.NioChannel@7466db99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58597]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1c1fe171:org.apache.tomcat.util.net.NioChannel@7466db99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58597]], Read direct from socket: [570]
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 290
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea","category":"beverage","description":"Light, aromatic and refreshing beverage, ...","ingredients":[],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again"]}]
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.034-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@555457c4
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@402278832 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:12.035-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 941008813
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:12.036-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7d64ced6
?[0m?[0;34m2025-01-06T15:10:12.082-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:12.082-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:12.083-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.083-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:12.083-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.083-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:12.083-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea, category=beverage, date=null, description=Light, a (truncated)...]
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(602548144<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1336295228 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@4280c2aa]
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@432649810 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1802294652 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@365775090 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.084-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 142211291
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@59b757be
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(602548144<open>)]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1336295228 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:12.085-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1e4fc373
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@1871896430 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 572615430
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@5b31b983
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Ingredients cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:12.086-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:12.087-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:12 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Date: Mon, 06 Jan 2025 23:10:11 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "{"timestamp":"2025-01-06T23:10:12.088+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Date: Mon, 06 Jan 2025 23:10:11 GMT
?[0m?[0;34m2025-01-06T15:10:12.088-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-60 << Connection: close
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-60 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-60: Close connection
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1c1fe171:org.apache.tomcat.util.net.NioChannel@7466db99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58597]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-8] latch=26
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1c1fe171:org.apache.tomcat.util.net.NioChannel@7466db99:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58597]])
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 60][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.089-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 62?[0m
?[0;34m2025-01-06T15:10:12.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:12.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:12.092-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.092-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 61][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:12.092-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58598<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Content-Length: 228
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Authorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Content-Length: 228[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 >> "{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":[]}"
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d643bfe:org.apache.tomcat.util.net.NioChannel@2a969323:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58598]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d643bfe:org.apache.tomcat.util.net.NioChannel@2a969323:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58598]], Read direct from socket: [508]
?[0m?[0;34m2025-01-06T15:10:12.093-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MkB0ZXN0LmNvbTpUZXN0MjIyMjIyMg==
?[0m?[0;34mContent-Length: 228
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea","category":"beverage","description":"Ginger tea is a warming drink for cool weather, ...","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey"],"directions":[]}]
?[0m?[0;34m2025-01-06T15:10:12.094-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.094-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:12.094-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:12.094-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.094-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1add8e5b
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@385741200 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 927060756
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:12.095-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:12.096-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@4e49d51d
?[0m?[0;34m2025-01-06T15:10:12.142-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:12.142-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest2@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Warming Ginger Tea, category=beverage, date=null, description=Ging (truncated)...]
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(243245212<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:12.143-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1756448867 wrapping conn10: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@5151ff12]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1370503448 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@574101746 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1084800646 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 745180272
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:12.144-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3d1ebcaa
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(243245212<open>)]
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1756448867 wrapping conn10: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528840104425800))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@45efae75
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528840104425800).username)
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528840104425800)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528840104425800).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528840104425800).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528840104425800)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528840104425800) -> EntityResultInitializer(recipes.model.User(528840104425800))@100952267 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:12.145-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528840104425800)): 2
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528840104425800)#2] : 1012490347
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$r7tJEBT8nqZ0KF4AMuuLeuOojYP48gBSykLrEVGaj4PwtjEacx.Yq]
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest2@test.com]
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528840104425800)#2
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@193e151b
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 400 BAD_REQUEST "Directions cannot be empty"]
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 400 BAD_REQUEST
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:12.146-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:12 PST 2025, status=400, error=Bad Request, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "HTTP/1.1 400 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.147-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Date: Mon, 06 Jan 2025 23:10:11 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "Connection: close[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 400
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "67[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "{"timestamp":"2025-01-06T23:10:12.147+00:00","status":400,"error":"Bad Request","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << HTTP/1.1 400
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Date: Mon, 06 Jan 2025 23:10:11 GMT
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-61 << Connection: close
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-61 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-61: Close connection
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d643bfe:org.apache.tomcat.util.net.NioChannel@2a969323:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58598]], Status in: [OPEN_READ], State out: [CLOSED]
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection discarded
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8881-exec-9] latch=26
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 61][route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d643bfe:org.apache.tomcat.util.net.NioChannel@2a969323:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58598]])
?[0m?[0;34m2025-01-06T15:10:12.148-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 63?[0m
?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 62][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58599<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /actuator/shutdown HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> POST /actuator/shutdown HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "POST /actuator/shutdown HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=26
?[0m?[0;34m2025-01-06T15:10:12.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [280]
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]], Read direct from socket: [217]
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [POST /actuator/shutdown HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 0
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:12.152-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:10:12.153-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:12.153-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Secured POST /actuator/shutdown
?[0m?[0;34m2025-01-06T15:10:12.153-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:12.153-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : POST "/actuator/shutdown", parameters={}
?[0m?[0;34m2025-01-06T15:10:12.153-08:00 DEBUG 29008 --- [io-8881-exec-10] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped to Actuator web endpoint 'shutdown'
?[0m?[0;34m2025-01-06T15:10:12.154-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to []
?[0m?[0;34m2025-01-06T15:10:12.154-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
?[0m?[0;34m2025-01-06T15:10:12.154-08:00 DEBUG 29008 --- [io-8881-exec-10] m.m.a.RequestResponseBodyMethodProcessor : Writing [org.springframework.boot.actuate.context.ShutdownEndpoint$ShutdownDescriptor@44624e76]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Content-Type: application/vnd.spring-boot.actuator.v3+json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Date: Mon, 06 Jan 2025 23:10:11 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "23[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "{"message":"Shutting down, bye..."}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Content-Type: application/vnd.spring-boot.actuator.v3+json
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Date: Mon, 06 Jan 2025 23:10:11 GMT
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-62 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [217]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-62 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 62][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-62: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 62][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:12.155-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0;34m2025-01-06T15:10:12.666-08:00 DEBUG 29008 --- [ Thread-7] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
?[0m?[0;34m2025-01-06T15:10:12.666-08:00 DEBUG 29008 --- [ Thread-7] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@34018757, started on Mon Jan 06 15:10:07 PST 2025
?[0m?[0;34m2025-01-06T15:10:12.667-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
?[0m?[0;34m2025-01-06T15:10:12.667-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147482623
?[0m?[0;34m2025-01-06T15:10:12.667-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure
?[0m?[0;34m2025-01-06T15:10:12.667-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147481599
?[0m?[0;34m2025-01-06T15:10:12.680-08:00 DEBUG 29008 --- [ Thread-7] org.apache.tomcat.util.net.NioEndpoint : About to unlock socket for:/[0:0:0:0:0:0:0:1]:8881
?[0m?[0;34m2025-01-06T15:10:12.680-08:00 DEBUG 29008 --- [ Thread-7] org.apache.tomcat.util.net.NioEndpoint : Socket unlock completed for:/[0:0:0:0:0:0:0:1]:8881
?[0;34m2025-01-06T15:10:12.681-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@24acfd03:org.apache.tomcat.util.net.NioChannel@2a6b17e6:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58548]])
?[0m?[0;34m2025-01-06T15:10:12.682-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38f162d0:org.apache.tomcat.util.net.NioChannel@1276f6f2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58565]])
?[0m?[0;34m2025-01-06T15:10:12.682-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd41e9:org.apache.tomcat.util.net.NioChannel@70917fcd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58556]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@bcd6e6d:org.apache.tomcat.util.net.NioChannel@2b9d499e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58599]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16cb2058:org.apache.tomcat.util.net.NioChannel@7683d25f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58564]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@72e4a9:org.apache.tomcat.util.net.NioChannel@eb50ad7:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58546]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@667705ba:org.apache.tomcat.util.net.NioChannel@651421bd:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58563]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3bfacd38:org.apache.tomcat.util.net.NioChannel@21cb2ca9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58570]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292620c4:org.apache.tomcat.util.net.NioChannel@27e1db90:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58547]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@48a2780:org.apache.tomcat.util.net.NioChannel@a4dc961:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58553]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@579ca37c:org.apache.tomcat.util.net.NioChannel@1cf92d78:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58560]])
?[0m?[0;34m2025-01-06T15:10:12.683-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7389da8b:org.apache.tomcat.util.net.NioChannel@7d4e2a8a:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58550]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2f20b044:org.apache.tomcat.util.net.NioChannel@6fc68a66:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58557]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10d7f0fb:org.apache.tomcat.util.net.NioChannel@1e100c91:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58543]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3fa260b4:org.apache.tomcat.util.net.NioChannel@139f1ab2:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58562]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@99061b7:org.apache.tomcat.util.net.NioChannel@61d76d81:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58566]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f9952bc:org.apache.tomcat.util.net.NioChannel@315ebb3f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58552]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4493f42:org.apache.tomcat.util.net.NioChannel@7f5c72ec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58568]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@776b9e15:org.apache.tomcat.util.net.NioChannel@79ac7e88:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58554]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@225e7be0:org.apache.tomcat.util.net.NioChannel@2c9991db:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58549]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1b06d1fc:org.apache.tomcat.util.net.NioChannel@5a712e70:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58558]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@33ee2662:org.apache.tomcat.util.net.NioChannel@3d29ce6f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58551]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d415027:org.apache.tomcat.util.net.NioChannel@37327a0c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58555]])
?[0m?[0;34m2025-01-06T15:10:12.684-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41f2a8e7:org.apache.tomcat.util.net.NioChannel@e35b7d1:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58567]])
?[0m?[0;34m2025-01-06T15:10:12.685-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@71685785:org.apache.tomcat.util.net.NioChannel@6e1b826c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58569]])
?[0m?[0;34m2025-01-06T15:10:12.685-08:00 DEBUG 29008 --- [nio-8881-Poller] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@4dbf1c9].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@546503c5:org.apache.tomcat.util.net.NioChannel@557b749:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58561]])
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] org.apache.tomcat.util.net.NioEndpoint : Destroy initiated for 0.0.0.0/0.0.0.0:8881
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] org.apache.tomcat.util.net.NioEndpoint : Destroy completed for 0.0.0.0/0.0.0.0:8881
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147483647
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] o.s.c.support.DefaultLifecycleProcessor : Bean 'springBootLoggingLifecycle' completed its stop procedure
?[0m?[0;34m2025-01-06T15:10:12.686-08:00 DEBUG 29008 --- [ Thread-7] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 INFO 29008 --- [ Thread-7] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 DEBUG 29008 --- [ Thread-7] o.hibernate.internal.SessionFactoryImpl : HHH000031: Closing
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 DEBUG 29008 --- [ Thread-7] o.h.type.spi.TypeConfiguration$Scope : Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@4fe6e4ad] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@1d2cffea]
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 DEBUG 29008 --- [ Thread-7] o.h.s.i.AbstractServiceRegistryImpl : Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 DEBUG 29008 --- [ Thread-7] o.h.b.r.i.BootstrapServiceRegistryImpl : Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 INFO 29008 --- [ Thread-7] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
?[0m?[0;34m2025-01-06T15:10:12.687-08:00 DEBUG 29008 --- [ Thread-7] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Before shutdown stats (total=10, active=0, idle=10, waiting=0)
?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn10: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn11: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn12: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn13: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn14: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn15: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn16: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn17: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn18: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.688-08:00 DEBUG 29008 --- [nnection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-2 - Closing connection conn19: url=jdbc:h2:file:../recipes_db user=: (connection evicted)
?[0m?[0;34m2025-01-06T15:10:12.710-08:00 DEBUG 29008 --- [ Thread-7] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - After shutdown stats (total=0, active=0, idle=0, waiting=0)
?[0m?[0;34m2025-01-06T15:10:12.710-08:00 INFO 29008 --- [ Thread-7] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
?[0m?[0;34m2025-01-06T15:10:12.710-08:00 DEBUG 29008 --- [ Thread-7] o.s.b.f.support.DisposableBeanAdapter : Custom destroy method 'close' on bean with name 'simpleMeterRegistry' completed
?[0m?[0;34m
?[0m?[0;34m . ____ _ __ _ _
?[0m?[0;34m /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
?[0m?[0;34m( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
?[0m?[0;34m \\/ ___)| |_)| | | | | || (_| | ) ) ) )
?[0m?[0;34m ' |____| .__|_| |_|_| |_\__, | / / / /
?[0m?[0;34m =========|_|==============|___/=/_/_/_/
?[0m?[0;34m :: Spring Boot :: (v3.2.0)
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.206-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Starting RecipesApplication using Java 17.0.10 with PID 29008 (started by CMCDERMI in C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task)
?[0m?[0;34m2025-01-06T15:10:23.206-08:00 DEBUG 29008 --- [ Test worker] recipes.RecipesApplication : Running with Spring Boot v3.2.0, Spring v6.1.1
?[0m?[0;34m2025-01-06T15:10:23.206-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : No active profile set, falling back to 1 default profile: "default"
?[0m?[0;34m2025-01-06T15:10:23.206-08:00 DEBUG 29008 --- [ Test worker] o.s.boot.SpringApplication : Loading source class recipes.RecipesApplication
?[0m?[0;34m2025-01-06T15:10:23.207-08:00 DEBUG 29008 --- [ Test worker] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42
?[0m?[0;34m2025-01-06T15:10:23.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:23.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
?[0m?[0;34m2025-01-06T15:10:23.213-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\RestAuthenticationEntryPoint.class]
?[0m?[0;34m2025-01-06T15:10:23.214-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\config\SecurityConfig.class]
?[0m?[0;34m2025-01-06T15:10:23.215-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\RecipeController.class]
?[0m?[0;34m2025-01-06T15:10:23.215-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\controller\ResgisterController.class]
?[0m?[0;34m2025-01-06T15:10:23.216-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:10:23.217-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:10:23.217-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\CustomUserDetailsService.class]
?[0m?[0;34m2025-01-06T15:10:23.217-08:00 DEBUG 29008 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\service\RecipeService.class]
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-23: Close connection
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-22: Close connection
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-21: Close connection
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-20: Close connection
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.310-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-19: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-34: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-33: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-32: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-31: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-30: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-62: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-17: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-16: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-15: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-14: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-13: Close connection
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.311-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-18: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-27: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-26: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-25: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-24: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-29: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-28: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-37: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-36: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-35: Close connection
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager is shutting down
?[0m?[0;34m2025-01-06T15:10:23.312-08:00 DEBUG 29008 --- [ Finalizer] h.i.c.PoolingHttpClientConnectionManager : Connection manager shut down
?[0m?[0;34m2025-01-06T15:10:23.356-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
?[0m?[0;34m2025-01-06T15:10:23.356-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
?[0m?[0;34m2025-01-06T15:10:23.356-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'recipes'. Automatic @Repository and @Entity scanning is enabled.
?[0m?[0;34m2025-01-06T15:10:23.356-08:00 DEBUG 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Scanning for JPA repositories in packages recipes.
?[0m?[0;34m2025-01-06T15:10:23.358-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\RecipeRepository.class]
?[0m?[0;34m2025-01-06T15:10:23.359-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main\recipes\repository\UserRepository.class]
?[0m?[0;34m2025-01-06T15:10:23.362-08:00 INFO 29008 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 5 ms. Found 2 JPA repository interfaces.
?[0m?[0;34m2025-01-06T15:10:23.379-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.380-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.380-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.384-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
?[0m?[0;34m2025-01-06T15:10:23.384-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.384-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conversionServicePostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.385-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:10:23.385-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
?[0m?[0;34m2025-01-06T15:10:23.386-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:23.386-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:23.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
?[0m?[0;34m2025-01-06T15:10:23.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
?[0m?[0;34m2025-01-06T15:10:23.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetailsHikariBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.387-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
?[0m?[0;34m2025-01-06T15:10:23.388-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.389-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:23.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
?[0m?[0;34m2025-01-06T15:10:23.390-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.391-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.CountedAspect.interceptAndRecord(org.aspectj.lang.ProceedingJoinPoint,io.micrometer.core.annotation.Counted) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:23.393-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:23.393-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.core.aop.TimedAspect.timedMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:23.394-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:23.395-08:00 DEBUG 29008 --- [ Test worker] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
?[0m?[0;34m2025-01-06T15:10:23.400-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:23.402-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:10:23.402-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:23.402-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
?[0m?[0;34m2025-01-06T15:10:23.402-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
?[0m?[0;34m2025-01-06T15:10:23.404-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.404-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.405-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.406-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistryPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.406-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.407-08:00 DEBUG 29008 --- [ Test worker] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@22c5a7fd]
?[0m?[0;34m2025-01-06T15:10:23.407-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
?[0m?[0;34m2025-01-06T15:10:23.407-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
?[0m?[0;34m2025-01-06T15:10:23.408-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.408-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.409-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.409-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.410-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.410-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
?[0m?[0;34m2025-01-06T15:10:23.413-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.413-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:10:23.413-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.413-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:10:23.414-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties'
?[0m?[0;34m2025-01-06T15:10:23.415-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar'
?[0m?[0;34m2025-01-06T15:10:23.416-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileWatcher'
?[0m?[0;34m2025-01-06T15:10:23.422-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher'
?[0m?[0;34m2025-01-06T15:10:23.438-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.439-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.439-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.439-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.440-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:23.441-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.443-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.445-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
?[0m?[0;34m2025-01-06T15:10:23.447-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:23.447-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.448-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:23.448-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.448-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:23.450-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:23.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:23.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:23.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
?[0m?[0;34m2025-01-06T15:10:23.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.456-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:10:23.458-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
?[0m?[0;34m2025-01-06T15:10:23.461-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:23.467-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8881)
?[0m?[0;34m2025-01-06T15:10:23.468-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false)
?[0m?[0;34m2025-01-06T15:10:23.468-08:00 DEBUG 29008 --- [ Test worker] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false)
?[0m?[0;34m2025-01-06T15:10:23.469-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardHost[localhost] StandardEngine[Tomcat]
?[0m?[0;34m2025-01-06T15:10:23.469-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:10:23.469-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar
?[0m?[0;34m2025-01-06T15:10:23.469-08:00 DEBUG 29008 --- [ Test worker] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
?[0m?[0;34m2025-01-06T15:10:23.473-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost]
?[0m?[0;34m2025-01-06T15:10:23.473-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8881 (http)
?[0m?[0;34m2025-01-06T15:10:23.474-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardService : Starting service [Tomcat]
?[0m?[0;34m2025-01-06T15:10:23.475-08:00 INFO 29008 --- [ Test worker] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.16]
?[0m?[0;34m2025-01-06T15:10:23.476-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting ROOT
?[0m?[0;34m2025-01-06T15:10:23.477-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring default Resources
?[0m?[0;34m2025-01-06T15:10:23.478-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Processing standard container startup
?[0m?[0;34m2025-01-06T15:10:23.479-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.loader.WebappLoader : Starting this Loader
?[0m?[0;34m2025-01-06T15:10:23.493-08:00 DEBUG 29008 --- [ Test worker] o.a.c.authenticator.AuthenticatorBase : No SingleSignOn Valve is present
?[0m?[0;34m2025-01-06T15:10:23.493-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]
?[0m?[0;34m2025-01-06T15:10:23.494-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configured a manager of class [org.apache.catalina.session.StandardManager]
?[0m?[0;34m2025-01-06T15:10:23.494-08:00 INFO 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
?[0m?[0;34m2025-01-06T15:10:23.494-08:00 DEBUG 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
?[0m?[0;34m2025-01-06T15:10:23.494-08:00 INFO 29008 --- [ Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 287 ms
?[0m?[0;34m2025-01-06T15:10:23.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:10:23.495-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.496-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:23.496-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.498-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesObservationFilter'
?[0m?[0;34m2025-01-06T15:10:23.498-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:23.499-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:23.501-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsObservationHandlerGrouping'
?[0m?[0;34m2025-01-06T15:10:23.501-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.503-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultMeterObservationHandler'
?[0m?[0;34m2025-01-06T15:10:23.503-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:23.504-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.505-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleConfig'
?[0m?[0;34m2025-01-06T15:10:23.505-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:10:23.506-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties'
?[0m?[0;34m2025-01-06T15:10:23.508-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'micrometerClock'
?[0m?[0;34m2025-01-06T15:10:23.508-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.509-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig'
?[0m?[0;34m2025-01-06T15:10:23.510-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock'
?[0m?[0;34m2025-01-06T15:10:23.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesMeterFilter'
?[0m?[0;34m2025-01-06T15:10:23.513-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:23.514-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:23.516-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter'
?[0m?[0;34m2025-01-06T15:10:23.516-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.518-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:23.518-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:23.518-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter'
?[0m?[0;34m2025-01-06T15:10:23.518-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.520-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:23.520-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:23.520-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:23.523-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:23.523-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:23.525-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChainRegistration'
?[0m?[0;34m2025-01-06T15:10:23.526-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.527-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:10:23.528-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
?[0m?[0;34m2025-01-06T15:10:23.529-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointRegistrar'
?[0m?[0;34m2025-01-06T15:10:23.529-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.530-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.533-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:23.533-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.534-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.534-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointPathMapper'
?[0m?[0;34m2025-01-06T15:10:23.534-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.535-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.535-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.537-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:23.537-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.538-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.541-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.541-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:23.541-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:23.544-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:10:23.545-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
?[0m?[0;34m2025-01-06T15:10:23.546-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.547-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:10:23.550-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, springSecurityFilterChain urls=[/*] order=-100, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105
?[0m?[0;34m2025-01-06T15:10:23.550-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
?[0m?[0;34m2025-01-06T15:10:23.550-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Configuring application event listeners
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Sending application start events
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.a.catalina.session.StandardManager : Start: Loading persisted sessions
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filters
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'requestContextFilter'
?[0m?[0;34m2025-01-06T15:10:23.551-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'webMvcObservationFilter'
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.s.w.f.ServerHttpObservationFilter : Filter 'webMvcObservationFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'Tomcat WebSocket (JSR356) Filter'
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'characterEncodingFilter'
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] .DelegatingFilterProxyRegistrationBean$1 : Filter 'springSecurityFilterChain' configured for use
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'formContentFilter'
?[0m?[0;34m2025-01-06T15:10:23.552-08:00 DEBUG 29008 --- [ Test worker] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use
?[0m?[0;34m2025-01-06T15:10:23.553-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.core.StandardContext : Starting completed
?[0m?[0;34m2025-01-06T15:10:23.553-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.startup.Tomcat.start(Tomcat.java:488) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:501) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:218) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.558-08:00 DEBUG 29008 --- [ Test worker] org.apache.catalina.mapper.Mapper : Registered host [localhost]
?[0m?[0;34m2025-01-06T15:10:23.559-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:10:23.559-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register Context [] for service [StandardService[Tomcat]]
?[0m?[0;34m2025-01-06T15:10:23.560-08:00 DEBUG 29008 --- [ Test worker] o.apache.catalina.mapper.MapperListener : Register host [localhost] at domain [null] for service [StandardService[Tomcat]]
?[0;34m2025-01-06T15:10:23.559-08:00 WARN 29008 --- [alina-utility-1] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:630) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1593) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:346) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:680) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:138) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase.threadStart(ContainerBase.java:1232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessorMonitor.run(ContainerBase.java:1270) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
?[0m?[0;34m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.561-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
?[0m?[0;34m2025-01-06T15:10:23.561-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.562-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource'
?[0m?[0;34m2025-01-06T15:10:23.562-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:10:23.563-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:23.565-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:10:23.565-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.565-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcConnectionDetails' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:23.566-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
?[0m?[0;34m2025-01-06T15:10:23.566-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'jdbcConnectionDetails'
?[0m?[0;34m2025-01-06T15:10:23.566-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : Driver class org.h2.Driver found in Thread context class loader jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m2025-01-06T15:10:23.571-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:10:23.572-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:23.572-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
?[0m?[0;34m2025-01-06T15:10:23.574-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactory'
?[0m?[0;34m2025-01-06T15:10:23.574-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.574-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:23.576-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
?[0m?[0;34m2025-01-06T15:10:23.577-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.585-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:10:23.585-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:10:23.586-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
?[0m?[0;34m2025-01-06T15:10:23.587-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:10:23.587-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:23.587-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.590-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
?[0m?[0;34m2025-01-06T15:10:23.590-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'persistenceManagedTypes'
?[0m?[0;34m2025-01-06T15:10:23.591-08:00 DEBUG 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:10:23.591-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : PersistenceUnitInfo [
?[0m?[0;34m name: default
?[0m?[0;34m persistence provider classname: null
?[0m?[0;34m classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
?[0m?[0;34m excludeUnlistedClasses: true
?[0m?[0;34m JTA datasource: null
?[0m?[0;34m Non JTA datasource: HikariDataSource (null)
?[0m?[0;34m Transaction type: RESOURCE_LOCAL
?[0m?[0;34m PU root URL: file:/C:/Users/CMCDERMI/code/hyperskill/recipeManagementSystem/Recipe%20Management%20System/task/build/classes/java/test/
?[0m?[0;34m Shared Cache Mode: UNSPECIFIED
?[0m?[0;34m Validation Mode: NONE
?[0m?[0;34m Jar files URLs []
?[0m?[0;34m Managed classes names [
?[0m?[0;34m recipes.model.Recipe
?[0m?[0;34m recipes.model.User]
?[0m?[0;34m Mapping files names []
?[0m?[0;34m Properties []
?[0m?[0;34m2025-01-06T15:10:23.591-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.boot.beanvalidation.BeanValidationIntegrator].
?[0m?[0;34m2025-01-06T15:10:23.591-08:00 DEBUG 29008 --- [ Test worker] o.h.i.internal.IntegratorServiceImpl : Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.idgen.factory : Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 INFO 29008 --- [ Test worker] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@8ee03f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@5ad40184
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3359c3f6
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3d3b272a
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@45b27ad3
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BasicTypeReference@3f908bc0
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@422ba9b7
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.BasicTypeReference@26cdd4af
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@707f4647
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4b8a0d03
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@54f373d4
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1c53bd49
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@16949dfa
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@d6d683e
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@42cfd794
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@43778371
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@71beada8
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@17f41739
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2b3b1124
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@54286339
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@507f47f9
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6785df10
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.BasicTypeReference@144440f5
?[0m?[0;34m2025-01-06T15:10:23.594-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3e2c8ef
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.BasicTypeReference@290807e5
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.BasicTypeReference@60bc308b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@56499781
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@43f99817
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2a2798a2
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2b9ecd05
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@31f1b268
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3ec7ad61
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2833c093
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7598d675
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4946485c
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4ae958b0
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7c682e26
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4ff074a0
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@340fc1aa
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@34a33343
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@98722ef
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@459e120b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@fd69983
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@22429a11
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@126254ec
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@275902e1
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1c788d08
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2adc1e84
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2a99fa07
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@45b8bbbf
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1df06ecd
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@57927bc9
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@323efafe
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32dbca45
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2cc34cd5
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@684b26b7
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2de7c84a
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4182a651
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7791ff50
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@46de118b
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@55682482
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@10cb050
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@799fb45e
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4f7ba0af
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5b23c1f6
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3f4964f2
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1fe05fff
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration null -> org.hibernate.type.NullType@1592e540
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@105a0846
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@3b6d5459
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@692c8530
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3e03037f
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7e5b34c1
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@2fc578cf
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@224d6d02
?[0m?[0;34m2025-01-06T15:10:23.595-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@4f38acf
?[0m?[0;34m2025-01-06T15:10:23.598-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@27ae4c06] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:10:23.598-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(org.springframework.instrument.classloading.SimpleThrowawayClassLoader@27ae4c06) [was null]
?[0m?[0;34m2025-01-06T15:10:23.598-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanEnvironment [org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl@6ec2108c] into BootstrapContext; was [null]
?[0m?[0;34m2025-01-06T15:10:23.598-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting ScanOptions [org.hibernate.boot.archive.scan.internal.StandardScanOptions@767f4a69] into BootstrapContext; was [org.hibernate.boot.archive.scan.internal.StandardScanOptions@1f628b31]
?[0m?[0;34m2025-01-06T15:10:23.600-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:10:23.600-08:00 INFO 29008 --- [ Test worker] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
?[0m?[0;34m2025-01-06T15:10:23.600-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.BootstrapContextImpl : Injecting JPA temp ClassLoader [null] into BootstrapContext; was [org.springframework.instrument.classloading.SimpleThrowawayClassLoader@27ae4c06]
?[0m?[0;34m2025-01-06T15:10:23.600-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : ClassLoaderAccessImpl#injectTempClassLoader(null) [was org.springframework.instrument.classloading.SimpleThrowawayClassLoader@27ae4c06]
?[0m?[0;34m2025-01-06T15:10:23.601-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : HikariPool-3 - configuration:
?[0m?[0;34m2025-01-06T15:10:23.601-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : allowPoolSuspension.............false
?[0m?[0;34m2025-01-06T15:10:23.601-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : autoCommit......................true
?[0m?[0;34m2025-01-06T15:10:23.601-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : catalog.........................none
?[0m?[0;34m2025-01-06T15:10:23.601-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionInitSql...............none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTestQuery.............none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : connectionTimeout...............30000
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSource......................none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceClassName.............none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceJNDI..................none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : dataSourceProperties............{password=<masked>}
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : driverClassName................."org.h2.Driver"
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : exceptionOverrideClassName......none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckProperties...........{}
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : healthCheckRegistry.............none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : idleTimeout.....................600000
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : initializationFailTimeout.......1
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : isolateInternalQueries..........false
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : jdbcUrl.........................jdbc:h2:file:../recipes_db
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : keepaliveTime...................0
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : leakDetectionThreshold..........0
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maxLifetime.....................1800000
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : maximumPoolSize.................10
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricRegistry..................none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : metricsTrackerFactory...........none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : minimumIdle.....................10
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : password........................<masked>
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : poolName........................"HikariPool-3"
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : readOnly........................false
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : registerMbeans..................false
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : scheduledExecutor...............none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : schema..........................none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : threadFactory...................internal
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : transactionIsolation............default
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : username........................none
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 DEBUG 29008 --- [ Test worker] com.zaxxer.hikari.HikariConfig : validationTimeout...............5000
?[0m?[0;34m2025-01-06T15:10:23.602-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn20: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 INFO 29008 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Database ->
?[0m?[0;34m name : H2
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : Driver ->
?[0m?[0;34m name : H2 JDBC Driver
?[0m?[0;34m version : 2.2.224 (2023-09-17)
?[0m?[0;34m major : 2
?[0m?[0;34m minor : 2
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.e.i.JdbcEnvironmentInitiator : JDBC version : 4.2
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.dialect : HHH035001: Using dialect: org.hibernate.dialect.H2Dialect, version: 2.2.224
?[0m?[0;34m2025-01-06T15:10:23.618-08:00 DEBUG 29008 --- [ Test worker] o.h.e.j.env.spi.IdentifierHelperBuilder : JDBC driver metadata reported database stores quoted identifiers in neither upper, lower nor mixed case
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NCharTypeDescriptor) replaced previous registration(CharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NVarcharTypeDescriptor) replaced previous registration(VarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(LongNVarcharTypeDescriptor) replaced previous registration(LongVarcharTypeDescriptor)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(NClobTypeDescriptor(DEFAULT)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(2005, ClobTypeDescriptor(STREAM_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT))
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.t.d.jdbc.spi.JdbcTypeRegistry : addDescriptor(TimestampUtcDescriptor) replaced previous registration(TimestampUtcDescriptor)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> basicType@35(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> basicType@35(java.time.Duration,2)
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@12f3e95d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@70595d2a]
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.relational.Namespace : Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
?[0m?[0;34m2025-01-06T15:10:23.619-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.621-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name Recipe
?[0m?[0;34m2025-01-06T15:10:23.621-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.Recipe on table recipe
?[0m?[0;34m2025-01-06T15:10:23.621-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:id]
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.id
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.622-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property category with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:category]
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for category
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.category
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property category
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property date with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:date]
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for date
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.date
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property date
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property description with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:description]
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for description
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.description
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property description
?[0m?[0;34m2025-01-06T15:10:23.623-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.624-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.624-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='directions_ORDER')
?[0m?[0;34m2025-01-06T15:10:23.624-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='directions_KEY')
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property directions
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.625-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: IndexColumn(column='ingredients_ORDER')
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn(column='ingredients_KEY')
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedJoinColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Collection role: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property ingredients
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property name with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:name]
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for name
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.name
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property name
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property userId with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.Recipe:userId]
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for userId
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe.user_id
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property userId
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onUpdate as PreUpdate callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.626-08:00 DEBUG 29008 --- [ Test worker] e.i.CallbackDefinitionResolverLegacyImpl : Adding onCreate as PrePersist callback for entity recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.627-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Binding entity from annotated class: recipes.model.User
?[0m?[0;34m2025-01-06T15:10:23.628-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Import with entity name User
?[0m?[0;34m2025-01-06T15:10:23.628-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.EntityBinder : Bind entity recipes.model.User on table users
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedDiscriminatorColumn(column='DTYPE')
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property id with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:id]
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for id
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.id
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property id
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.BinderHelper : #makeIdGenerator(BasicValue([Column(id)]), id, identity, , ...)
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property locked with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:locked]
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for locked
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.locked
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property locked
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property password with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:password]
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for password
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.password
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property password
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.AnnotatedColumn : Binding column: AnnotatedColumn()
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : MetadataSourceProcessor property username with lazy=false
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.AbstractPropertyHolder : Attempting to locate auto-apply AttributeConverter for property [recipes.model.User:username]
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for username
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: users.username
?[0m?[0;34m2025-01-06T15:10:23.629-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.model.internal.PropertyBinder : Building property username
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for category
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for date
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for description
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for name
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for userId
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for id
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for locked
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for password
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for username
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [recipe]
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.PrimaryKey : Forcing column [id] to be non-null as it is part of the primary key for table [users]
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:23.631-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_ingredients.ingredients
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: ingredients
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Second pass for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.CollectionBinder : Binding a collection of element: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.i.CollectionPropertyHolder : Attempting to locate auto-apply AttributeConverter for collection element [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : building BasicValue for null
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.BasicValue : Skipping column re-registration: recipe_directions.directions
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.model.internal.BasicValueBinder : Starting `BasicValueBinder#fillSimpleValue` for null
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.m.internal.CollectionSecondPass : Mapped collection key: recipe_id, element: directions
?[0m?[0;34m2025-01-06T15:10:23.632-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.633-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.635-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.635-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.InFlightMetadataCollectorImpl : Resolving reference to class: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.636-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.BytecodeProviderInitiator : HHH000021: Bytecode provider: bytebuddy
?[0m?[0;34m2025-01-06T15:10:23.637-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Building session factory
?[0m?[0;34m2025-01-06T15:10:23.640-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:10:23.640-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiating SessionFactory with settings: {java.specification.version=17, sun.cpu.isalist=amd64, hibernate.resource.beans.container=org.springframework.orm.hibernate5.SpringBeanContainer@758a3ba0, hibernate.connection.handling_mode=DELAYED_ACQUISITION_AND_HOLD, sun.jnu.encoding=Cp1252, org.gradle.test.worker=29, hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy, java.class.path=C:\Users\CMCDERMI\.gradle\caches\8.5\workerMain\gradle-worker.jar;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\test;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\classes\java\main;C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\resources\main;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-actuator\3.2.0\d5fbcd592486db01da12ae57dfd505d863ef639f\spring-boot-starter-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-web\3.2.0\e609f839e7c2ff9c90bc75d7c05dbcbb19315319\spring-boot-starter-web-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-security\3.2.0\c692cc94ac3b5bfa9eb47fa04afa5b570a5b24b2\spring-boot-starter-security-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-json\3.2.0\e831483c03433b987cc9c72f8ea67757f9865191\spring-boot-starter-json-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-data-jpa\3.2.0\6a8ad077a37f8a0cef6949dcfd91a9b2115cade\spring-boot-starter-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-aop\3.2.0\1c4e5498a0ae4c179d0c192e9b674ac656f3e0b9\spring-boot-starter-aop-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-jdbc\3.2.0\1ab4ef09c814142be2fafc6d40c9bc242921ca12\spring-boot-starter-jdbc-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter\3.2.0\4d0cc70617a9febbbc6ad81562e930d93f7b2665\spring-boot-starter-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.h2database\h2\2.2.224\7bdade27d8cd197d9b5ce9dc251f41d2edc5f7ad\h2-2.2.224.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.github.hyperskill\hs-test\release-SNAPSHOT\39580a2649085a45df136994ffb1ebb683e7bd30\hs-test-release-SNAPSHOT.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator-autoconfigure\3.2.0\9795fad75af563e062656b8b9417a3c3c56b0fd9\spring-boot-actuator-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-autoconfigure\3.2.0\29b231378146bd6606e75389297f3a7d55476b87\spring-boot-autoconfigure-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-actuator\3.2.0\bf991f1c5b3bee22a93c22641bb5a079f0a42963\spring-boot-actuator-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot\3.2.0\4088ad23df91481bc7415cbfa068c423ccb7e54e\spring-boot-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-logging\3.2.0\54998ab18f16e8d3a6e46c3d326f2de41c0b1ce0\spring-boot-starter-logging-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.boot\spring-boot-starter-tomcat\3.2.0\fc758099e394fe5646d9e36883fab38da4b26e22\spring-boot-starter-tomcat-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-jpa\3.2.0\59e49a0eca3d02c3dc593e7a881c19b932641894\spring-data-jpa-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.annotation\jakarta.annotation-api\2.1.1\48b9bda22b091b1f48b13af03fe36db3be6e1ae3\jakarta.annotation-api-2.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-webmvc\6.1.1\76c4408b67828aa9656f5955dc2c1c4c0e1b6da3\spring-webmvc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-web\6.2.0\279f836f90d0b7d394abe115e5504b2ff4b66643\spring-security-web-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-web\6.1.1\4eeb5f2edb9f04d00357edcc56b59d3874b3b453\spring-web-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-config\6.2.0\bcfe1e3d9aaa2cdfc46e48ae6c22dccfca5d77da\spring-security-config-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-core\6.2.0\7542f0da00c7bbe5a3f32a8710490a62c396ff52\spring-security-core-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-context\6.1.1\610d7dd3f62d22d42b993a201e3110649b68e17\spring-context-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aop\6.1.1\66cb0e08770d4523ae3976b0b791cde767466c61\spring-aop-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-orm\6.1.1\e9672bb788f74ed12f9ad9e2bf12eb9e4d7c8695\spring-orm-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jdbc\6.1.1\92f1f65c3d8ccee4a86cd8f85a446d99f2915833\spring-jdbc-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.data\spring-data-commons\3.2.0\1c98c48b9fde0624337e19f3577fce20d19b78ea\spring-data-commons-3.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-tx\6.1.1\100cf99c3e41b12eab810d780c0e6e3905c51c12\spring-tx-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-beans\6.1.1\6af88af13193acf2197bc0a42f0ec4e5c481bfe9\spring-beans-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-expression\6.1.1\807700a64cb055ed85af189d1fa0702bc0d2efba\spring-expression-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-core\6.1.1\22d73bef97aff8a74a992716fe1aafc8f8a8a68d\spring-core-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.yaml\snakeyaml\2.2\3af797a25458550a16bf89acc8e4ab2b7f2bfce0\snakeyaml-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-jakarta9\1.12.0\d44ea5a6e7f1c1de8a33827797d3f081f798d34\micrometer-jakarta9-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-core\1.12.0\830b242b1617b1508098fc4568b71f47336012d3\micrometer-core-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-observation\1.12.0\4f4981faa7968441d0092107df9b750e057374af\micrometer-observation-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.orm\hibernate-core\6.3.1.Final\1101d7e09e4853a110fd27a6f35c906f5709ac4f\hibernate-core-6.3.1.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-aspects\6.1.1\bfcb6682e205b4ef6ae7986ac7ea35eae29f31f4\spring-aspects-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing-junit\3.17.1\cd7965b9f5abe57b5f9ef0f7058fd06cd7772dca\assertj-swing-junit-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\junit\junit\4.13.2\8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12\junit-4.13.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.13\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\httpclient-4.5.13.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.10.1\b3add478d4382b78ea20b1671390a858002feb6c\gson-2.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.4.11\54450c0c783e896a1a6d88c043bd2f1daba1c382\logback-classic-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-to-slf4j\2.21.1\d77b2ba81711ed596cd797cc2b5b5bd7409d841c\log4j-to-slf4j-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\jul-to-slf4j\2.0.9\9ef7c70b248185845f013f49a33ff9ca65b7975\jul-to-slf4j-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework\spring-jcl\6.1.1\69ebbf7bad707d34e81d00213c756bc6fcc31dd7\spring-jcl-6.1.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jdk8\2.15.3\80158cb020c7bd4e4ba94d8d752a65729dc943b2\jackson-datatype-jdk8-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.module\jackson-module-parameter-names\2.15.3\8d251b90c5358677e7d8161e0c2488e6f84f49da\jackson-module-parameter-names-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-annotations\2.15.3\79baf4e605eb3bbb60b1c475d44a7aecceea1d60\jackson-annotations-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-core\2.15.3\60d600567c1862840397bf9ff5a92398edc5797b\jackson-core-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.datatype\jackson-datatype-jsr310\2.15.3\4a20a0e104931bfa72f24ef358c2eb63f1ef2aaf\jackson-datatype-jsr310-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-databind\2.15.3\a734bc2c47a9453c4efa772461a3aeb273c010d9\jackson-databind-2.15.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.micrometer\micrometer-commons\1.12.0\2436654d439bd4ff6aad6419519357be8ba4f0d\micrometer-commons-1.12.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-websocket\10.1.16\5c372739ee9409b47c474d8d47d276a7cd9bc2b\tomcat-embed-websocket-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-core\10.1.16\176162fb3998856a90436826034ffe5d25beaeb9\tomcat-embed-core-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.tomcat.embed\tomcat-embed-el\10.1.16\f057e54bfffe99df7f0d04cd4e688e55bf8a0da5\tomcat-embed-el-10.1.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.aspectj\aspectjweaver\1.9.20.1\33b0e41476658229933eec7134678cf336e66dd4\aspectjweaver-1.9.20.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.zaxxer\HikariCP\5.0.1\a74c7f0a37046846e88d54f7cb6ea6d565c65f9c\HikariCP-5.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.persistence\jakarta.persistence-api\3.1.0\66901fa1c373c6aff65c13791cc11da72060a8d6\jakarta.persistence-api-3.1.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.transaction\jakarta.transaction-api\2.0.1\51a520e3fae406abb84e2e1148e6746ce3f80a1a\jakarta.transaction-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.jboss.logging\jboss-logging\3.5.3.Final\c88fc1d8a96d4c3491f55d4317458ccad53ca663\jboss-logging-3.5.3.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hibernate.common\hibernate-commons-annotations\6.0.6.Final\77a5f94b56d49508e0ee334751db5b78e5ccd50c\hibernate-commons-annotations-6.0.6.Final.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\io.smallrye\jandex\3.1.2\a6c1c89925c7df06242b03dddb353116ceb9584c\jandex-3.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.fasterxml\classmate\1.6.0\91affab6f84a2182fce5dd72a8d01bc14346dddd\classmate-1.6.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-swing\3.17.1\9b920f1edbd694d39a0fc212ad26ae3a79247305\assertj-swing-3.17.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.assertj\assertj-core\3.24.2\ebbf338e33f893139459ce5df023115971c2786f\assertj-core-3.24.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy\1.14.10\8117daf4a612122eb4f517f66adff778cb8b4737\byte-buddy-1.14.10.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-runtime\4.0.4\7180c50ef8bd127bb1dd645458b906cffcf6c2b5\jaxb-runtime-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\jaxb-core\4.0.4\2d5aadd02af86f1e9d8c6f7e8501673f915d4e25\jaxb-core-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.xml.bind\jakarta.xml.bind-api\4.0.1\ca2330866cbc624c7e5ce982e121db1125d23e15\jakarta.xml.bind-api-4.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.inject\jakarta.inject-api\2.0.1\4c28afe1991a941d7702fe1362c365f0a8641d1e\jakarta.inject-api-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.antlr\antlr4-runtime\4.10.1\10839f875928f59c622d675091d51a43ea0dc5f7\antlr4-runtime-4.10.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\2.0.9\7cf2726fdcfbc8610f9a71fb3ed639871f315340\slf4j-api-2.0.9.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest-core\2.2\3f2bd07716a31c395e2837254f37f21f0f0ab24b\hamcrest-core-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-reflect\1.4.1\2b92d5275e92a49e16c7ce6bd7e46b9080db0530\fest-reflect-1.4.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.16\51cf043c87253c9f58b539c9f7e44c8894223850\httpcore-4.4.16.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.16.0\4e3eb3d79888d76b54e28b350915b5dc3919c9de\commons-codec-1.16.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.4.11\2f9f280219a9922a74200eaf7138c4c17fb87c0f\logback-core-1.4.11.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.21.1\74c65e87b9ce1694a01524e192d7be989ba70486\log4j-api-2.21.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hdrhistogram\HdrHistogram\2.1.12\6eb7552156e0d517ae80cc2247be1427c8d90452\HdrHistogram-2.1.12.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.latencyutils\LatencyUtils\2.0.3\769c0b82cb2421c8256300e907298a9410a2a3d3\LatencyUtils-2.0.3.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.eclipse.angus\angus-activation\2.0.1\eaafaf4eb71b400e4136fc3a286f50e34a68ecb7\angus-activation-2.0.1.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\jakarta.activation\jakarta.activation-api\2.1.2\640c0d5aff45dbff1e1a1bc09673ff3a02b1ba12\jakarta.activation-api-2.1.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.springframework.security\spring-security-crypto\6.2.0\7cee6007ede44a19a3773912dbdac86ff53d0549\spring-security-crypto-6.2.0.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest\2.2\1820c0968dba3a11a1b30669bb1f01978a91dedc\hamcrest-2.2.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.easytesting\fest-util\1.2.5\c4a8d7305b23b8d043be12c979813b096df11f44\fest-util-1.2.5.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\org.glassfish.jaxb\txw2\4.0.4\cfd2bcf08782673ac370694fdf2cf76dbaa607ef\txw2-4.0.4.jar;C:\Users\CMCDERMI\.gradle\caches\modules-2\files-2.1\com.sun.istack\istack-commons-runtime\4.1.2\18ec117c85f3ba0ac65409136afa8e42bc74e739\istack-commons-runtime-4.1.2.jar, java.vm.vendor=Amazon.com Inc., sun.arch.data.model=64, user.variant=, java.vendor.url=https://aws.amazon.com/corretto/, catalina.useNaming=false, user.timezone=America/Vancouver, jakarta.persistence.sharedCache.mode=UNSPECIFIED, org.jboss.logging.provider=slf4j, java.vm.specification.version=17, os.name=Windows 10, jakarta.persistence.nonJtaDataSource=HikariDataSource (HikariPool-3), user.country=CA, sun.java.launcher=SUN_STANDARD, sun.boot.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin, sun.java.command=worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 29', javax.persistence.nonJtaDataSource=HikariDataSource (HikariPool-3), hibernate.transaction.jta.platform=org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform@10462124, jdk.debug=release, sun.cpu.endian=little, hibernate.cdi.extensions=true, user.home=C:\Users\CMCDERMI, user.language=en, java.specification.vendor=Oracle Corporation, org.gradle.native=false, java.version.date=2024-01-16, java.home=C:\Users\CMCDERMI\.jdks\corretto-17.0.10, file.separator=\, java.vm.compressedOopsMode=32-bit, line.separator=
?[0m?[0;34m, hibernate.persistenceUnitName=default, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, FILE_LOG_CHARSET=UTF-8, hibernate.transaction.coordinator_class=class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl, java.awt.headless=true, jakarta.persistence.validation.mode=NONE, hibernate.hbm2ddl.auto=update, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7-LTS, user.name=CMCDERMI, path.separator=;, os.version=10.0, java.runtime.name=OpenJDK Runtime Environment, file.encoding=UTF-8, java.vm.name=OpenJDK 64-Bit Server VM, java.vendor.version=Corretto-17.0.10.7.1, java.vendor.url.bug=https://github.com/corretto/corretto-17/issues/, java.io.tmpdir=C:\Users\CMCDERMI\AppData\Local\Temp\, catalina.home=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, java.version=17.0.10, hibernate.physical_naming_strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy, user.dir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task, os.arch=amd64, java.vm.specification.name=Java Virtual Machine Specification, PID=29008, org.gradle.internal.worker.tmpdir=C:\Users\CMCDERMI\code\hyperskill\recipeManagementSystem\Recipe Management System\task\build\tmp\test\work, sun.os.patch.level=, CONSOLE_LOG_CHARSET=UTF-8, catalina.base=C:\Users\CMCDERMI\AppData\Local\Temp\tomcat.8881.15761344538295439537, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.registry.StandardServiceRegistryBuilder$1@736abb16, native.encoding=Cp1252, java.library.path=C:\Users\CMCDERMI\.jdks\corretto-17.0.10\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-21\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ORACLE\ORAHOME_12C\BIN;C:\ProgramData\chocolatey\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\apache-maven-3.9.6\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;C:\Users\CMCDERMI\Gradle\gradle-8.8\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Program Files\JetBrains\IntelliJ IDEA\bin;C:\Program Files\JetBrains\WebStorm 2023.3.4\bin;;C:\Users\CMCDERMI\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\CMCDERMI\AppData\Roaming\npm;., java.vendor=Amazon.com Inc., java.vm.info=mixed mode, sharing, java.vm.version=17.0.10+7-LTS, sun.io.unicode.encoding=UnicodeLittle, hibernate.archive.scanner=org.hibernate.boot.archive.scan.internal.DisabledScanner, hibernate.connection.datasource=HikariDataSource (HikariPool-3), java.class.version=61.0}
?[0m?[0;34m2025-01-06T15:10:23.641-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Session factory constructed with filter configurations : {}
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@38da693b] under count; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@1c2912bb] under every; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.EveryAnyEmulation@3d475f1b] under any; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(floor)] under floor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ceiling)] under ceiling; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(mod)] under mod; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(abs)] under abs; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sign)] under sign; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sqrt)] under sqrt; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ln)] under ln; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(exp)] under exp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(power)] under power; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(round)] under round; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sin)] under sin; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cos)] under cos; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(tan)] under tan; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(asin)] under asin; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(acos)] under acos; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan)] under atan; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.642-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(atan2)] under atan2; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@1b53e1ae] under sinh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@70abd04e] under cosh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2443b82a] under tanh; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@23fb943e] under pi; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@27a14f7e] under log; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(coalesce)] under coalesce; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nullif)] under nullif; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(left)] under left; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(right)] under right; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(replace)] under replace; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(concat)] under concat; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lower)] under lower; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(upper)] under upper; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substring)] under substring; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(locate)] under locate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(character_length)] under character_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : length -> character_length
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LocatePositionEmulation@926d264] under position; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InsertSubstringOverlayEmulation@301db982] under overlay; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TrimFunction@4f3891db] under trim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastFunction@624fedfd] under cast; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@5dc5a622] under collate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ExtractFunction@49d5b1] under extract; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(least)] under least; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(greatest)] under greatest; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CoalesceIfnullEmulation@bf42a2a] under ifnull; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lpad)] under lpad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rpad)] under rpad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.LpadRpadPadEmulation@16c90eac] under pad; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CastStrEmulation@664d4ee1] under str; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@28e7fbc4] under format; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampaddFunction@2e82188] under timestampadd; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TimestampdiffFunction@5c0ae317] under timestampdiff; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : dateadd -> timestampadd
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : datediff -> timestampdiff
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@503c8431] under current_date; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@47127c29] under current_time; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@435e122] under current_timestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current date -> current_date
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current time -> current_time
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current timestamp -> current_timestamp
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@faca8e8] under local_date; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@3b85a820] under local_time; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@6f22784d] under local_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@44b5a87a] under offset_datetime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local date -> local_date
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local time -> local_time
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : local datetime -> local_datetime
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : offset datetime -> offset_datetime
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CurrentFunction@2eb4a3ec] under instant; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : current_instant -> instant
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.SqlFunction@38e6dab2] under sql; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(max)] under max; prior registration was NamedSqmFunctionTemplate(max)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(min)] under min; prior registration was NamedSqmFunctionTemplate(min)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sum)] under sum; prior registration was NamedSqmFunctionTemplate(sum)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(avg)] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.CountFunction@44fa2df3] under count; prior registration was org.hibernate.dialect.function.CountFunction@38da693b
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.AvgFunction@2de5bb6e] under avg; prior registration was NamedSqmFunctionTemplate(avg)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(pi)] under pi; prior registration was org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@23fb943e
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(cot)] under cot; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(radians)] under radians; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(degrees)] under degrees; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(log10)] under log10; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2645d6fd] under mod; prior registration was NamedSqmFunctionTemplate(mod)
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rand)] under rand; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(soundex)] under soundex; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(translate)] under translate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitand)] under bitand; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.643-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitor)] under bitor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bitxor)] under bitxor; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_and)] under bit_and; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_or)] under bit_or; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day)] under day; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(month)] under month; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(year)] under year; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(hour)] under hour; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(minute)] under minute; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(second)] under second; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(microsecond)] under microsecond; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_week)] under day_of_week; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_month)] under day_of_month; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : day -> day_of_month
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(day_of_year)] under day_of_year; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(week)] under week; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(quarter)] under quarter; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(monthname)] under monthname; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(dayname)] under dayname; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under localtime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under localtimestamp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under local_time; prior registration was org.hibernate.dialect.function.CurrentFunction@3b85a820
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under local_datetime; prior registration was org.hibernate.dialect.function.CurrentFunction@6f22784d
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.TruncFunction@2878abcd] under trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : truncate -> trunc
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@3df88e84] under date_trunc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bit_length)] under bit_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ascii)] under ascii; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(octet_length)] under octet_length; prior registration was NamedSqmFunctionTemplate(octet_length)
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(space)] under space; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(repeat)] under repeat; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(char)] under char; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : chr -> char
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(instr)] under instr; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(substr)] under substr; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@3dc67c9e] under position; prior registration was org.hibernate.dialect.function.LocatePositionEmulation@926d264
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(ltrim)] under ltrim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rtrim)] under rtrim; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@353cb7e5] under concat; prior registration was NamedSqmFunctionTemplate(concat)
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curtime)] under curtime; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(curdate)] under curdate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(now)] under now; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(sysdate)] under sysdate; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(insert)] under insert; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_and)] under bool_and; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : every -> bool_and
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(bool_or)] under bool_or; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registering alternate key : any -> bool_or
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(median)] under median; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_pop)] under stddev_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(stddev_samp)] under stddev_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_pop)] under var_pop; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_samp)] under var_samp; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@58f7544c] under format; prior registration was org.hibernate.dialect.function.FormatFunction@28e7fbc4
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(rownum)] under rownum; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(row_number)] under row_number; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lag)] under lag; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(lead)] under lead; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(first_value)] under first_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(last_value)] under last_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(nth_value)] under nth_value; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.ListaggFunction@21826d78] under listagg; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@2faec75a] under mode; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@7ffdded5] under percentile_cont; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.InverseDistributionFunction@1dcaa052] under percentile_disc; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@2f11f73e] under rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@76dc6191] under dense_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@67c602e9] under percent_rank; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] o.h.q.sqm.function.SqmFunctionRegistry : Registered SqmFunctionTemplate [org.hibernate.dialect.function.HypotheticalSetFunction@2fc6e673] under cume_dist; prior registration was null
?[0m?[0;34m2025-01-06T15:10:23.644-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : abs(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double acos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean any(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer ascii(STRING arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double asin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double atan2(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double avg(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_and(arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer bit_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bit_or(arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitand(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : bitxor(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_and(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean bool_or(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : cast(arg as Type)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ceiling(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character char(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer character_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Character chr(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : coalesce(arg0[, arg1[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String collate(STRING string as COLLATION collation)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String concat(STRING string0[, STRING string1[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cos(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cosh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cot(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long count([distinct ]{arg|*})
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double cume_dist([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date curdate()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current date
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current time
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current timestamp
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Date current_date
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant current_instant
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time current_time
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp current_timestamp
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time curtime()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : date_trunc(STRING field, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : dateadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@36(java.lang.Long,-5)|basicType@49(java.lang.Double,8) datediff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_month(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_week(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer day_of_year(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String dayname(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double degrees(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long dense_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Boolean every(BOOLEAN predicate)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double exp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : extract(TEMPORAL_UNIT field from TEMPORAL arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : first_valueANY value
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : floor(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String format(TEMPORAL datetime as STRING pattern)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : greatest(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer hour(TIME arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : ifnull(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String insert(STRING string, INTEGER start, INTEGER length, STRING replacement)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Instant instant
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer instr(STRING string, STRING pattern[, INTEGER start[, INTEGER occurrence]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : lagANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : last_valueANY value
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : leadANY value[, INTEGER offset[, ANY default]]
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : least(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String left(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String listagg(STRING arg0, STRING arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double ln(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local date
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local datetime
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local time
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDate local_date
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalDateTime local_datetime
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : LocalTime local_time
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Time localtime
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp localtimestamp
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer locate(STRING pattern, STRING string[, INTEGER start])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log(NUMERIC base, NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double log10(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lower(STRING string)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String lpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String ltrim(STRING string)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : max(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double median(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer microsecond(TIME arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : min(COMPARABLE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer minute(TIME arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer mod(INTEGER arg0, INTEGER arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : mode()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer month(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String monthname(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp now()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nth_valueANY value, INTEGER nth
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : nullif(arg0, arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer octet_length(STRING_OR_CLOB arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset datetime
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : OffsetDateTime offset_datetime
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String overlay(STRING string placing STRING replacement from INTEGER start[ for INTEGER length])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String pad(STRING string with INTEGER length {leading|trailing}[ STRING character])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double percent_rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_cont(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : percentile_disc(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double pi
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer position(STRING pattern in STRING string)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double power(NUMERIC arg0, NUMERIC arg1)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer quarter(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double radians(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double rand([INTEGER seed])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rank([arg0[, ...]])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String repeat(STRING string, INTEGER times)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String replace(STRING string, STRING pattern, STRING replacement)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String right(STRING string, INTEGER length)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : round(NUMERIC number[, INTEGER places])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long row_number()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Long rownum()
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rpad(STRING string, INTEGER length[, STRING padding])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String rtrim(STRING string)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer second(TIME arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer sign(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sin(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sinh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String soundex(arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String space(INTEGER arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Object sql
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double sqrt(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double stddev_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String str(arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substr(STRING string, INTEGER start[, INTEGER length])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String substring(STRING string{ from|,} INTEGER start[{ for|,} INTEGER length])
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : sum(arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Timestamp sysdate
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tan(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double tanh(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : timestampadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : basicType@36(java.lang.Long,-5)|basicType@49(java.lang.Double,8) timestampdiff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String translate(STRING arg0, STRING arg1, STRING arg2)
?[0m?[0;34m2025-01-06T15:10:23.645-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String trim([[{leading|trailing|both} ][STRING arg0 ]from] STRING arg1)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : trunc( ... )
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : truncate( ... )
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : String upper(STRING string)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_pop(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Double var_samp(NUMERIC arg)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer week(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.HQL_FUNCTIONS : Integer year(DATE arg)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.query.plan.cache : Starting QueryInterpretationCache(2048)
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] .h.s.i.SessionFactoryServiceRegistryImpl : EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
?[0m?[0;34m2025-01-06T15:10:23.646-08:00 DEBUG 29008 --- [ Test worker] h.e.i.EntityCopyObserverFactoryInitiator : Configured EntityCopyObserver strategy: disallow
?[0m?[0;34m2025-01-06T15:10:23.647-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.User] is safe
?[0m?[0;34m2025-01-06T15:10:23.647-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.User
?[0m?[0;34m2025-01-06T15:10:23.673-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.User]: private accessor [locked]
?[0m?[0;34m2025-01-06T15:10:23.674-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : Not known whether passed class name [recipes.model.Recipe] is safe
?[0m?[0;34m2025-01-06T15:10:23.674-08:00 DEBUG 29008 --- [ Test worker] o.h.boot.internal.ClassLoaderAccessImpl : No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.712-08:00 DEBUG 29008 --- [ Test worker] o.h.b.i.bytebuddy.BytecodeProviderImpl : HHH000513: Unable to create the ReflectionOptimizer for [recipes.model.Recipe]: private accessor [category]
?[0m?[0;34m2025-01-06T15:10:23.713-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:23.714-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Skipping collection row updates - recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting post-init callbacks
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.User) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions)#finishInitialization
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.directions) - key descriptor
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients)#finishInitialization
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : PluralAttributeMapping(recipes.model.Recipe.ingredients) - key descriptor
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.orm.model.mapping.creation : Starting PostInitCallbackEntry : Entity(recipes.model.Recipe) `staticFetchableList` generator
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.User
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from users where id=?
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into users (locked,password,username,id) values (?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update users set locked=?,password=?,username=? where id=?
?[0m?[0;34m2025-01-06T15:10:23.715-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from users where id=?
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User)] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User.password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User.username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Static SQL for entity: recipes.model.Recipe
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Version select: select id from recipe where id=?
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Insert (0): insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Update (0): update recipe set category=?,date=?,description=?,name=?,user_id=? where id=?
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] o.h.p.entity.AbstractEntityPersister : Delete (0): delete from recipe where id=?
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:23.716-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe)] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:23.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe.ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe.name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe.userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : d1_0
?[0m?[0;34m2025-01-06T15:10:23.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.directions)] with identifierForTableGroup [recipes.model.Recipe.directions] for NavigablePath [recipes.model.Recipe.directions]
?[0m?[0;34m2025-01-06T15:10:23.717-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.directions` -> `{element}`
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.directions]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (d1 : recipes.model.Recipe.directions) {
?[0m?[0;34m primaryTableReference : recipe_directions as d1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_directions where recipe_id=? and directions=?
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_directions where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Created new SQL alias : i1_0
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.create : Registration of TableGroup [CollectionTableGroup(recipes.model.Recipe.ingredients)] with identifierForTableGroup [recipes.model.Recipe.ingredients] for NavigablePath [recipes.model.Recipe.ingredients]
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results : Generating Fetch for collection-part : `recipes.model.Recipe.ingredients` -> `{element}`
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-CollectionDomainResult [recipes.model.Recipe.ingredients]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m CollectionTableGroup (i1 : recipes.model.Recipe.ingredients) {
?[0m?[0;34m primaryTableReference : recipe_ingredients as i1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Static SQL for collection: recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row insert: insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : Row delete: delete from recipe_ingredients where recipe_id=? and ingredients=?
?[0m?[0;34m2025-01-06T15:10:23.718-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.orm.jdbc.mutation : One-shot delete: delete from recipe_ingredients where recipe_id=?
?[0m?[0;34m2025-01-06T15:10:23.719-08:00 INFO 29008 --- [ Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
?[0m?[0;34m2025-01-06T15:10:23.720-08:00 DEBUG 29008 --- [ Test worker] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@12f3e95d] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@685d620a]
?[0m?[0;34m2025-01-06T15:10:23.721-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named HQL queries
?[0m?[0;34m2025-01-06T15:10:23.721-08:00 DEBUG 29008 --- [ Test worker] o.h.query.named.NamedObjectRepository : Checking 0 named SQL queries
?[0m?[0;34m2025-01-06T15:10:23.724-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe
?[0m?[0;34m2025-01-06T15:10:23.724-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe_directions
?[0m?[0;34m2025-01-06T15:10:23.724-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : recipe_ingredients
?[0m?[0;34m2025-01-06T15:10:23.724-08:00 DEBUG 29008 --- [ Test worker] org.hibernate.mapping.Table : No alter strings for table : users
?[0m?[0;34m2025-01-06T15:10:23.725-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Registering SessionFactory: c4731ce7-a3c3-40dc-8bba-032f69d58441 (<unnamed>)
?[0m?[0;34m2025-01-06T15:10:23.725-08:00 DEBUG 29008 --- [ Test worker] o.h.internal.SessionFactoryRegistry : Not binding SessionFactory to JNDI, no JNDI name configured
?[0m?[0;34m2025-01-06T15:10:23.725-08:00 DEBUG 29008 --- [ Test worker] o.hibernate.internal.SessionFactoryImpl : Instantiated SessionFactory
?[0m?[0;34m2025-01-06T15:10:23.725-08:00 INFO 29008 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
?[0m?[0;34m2025-01-06T15:10:23.727-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipesApplication'
?[0;34m2025-01-06T15:10:23.728-08:00 DEBUG 29008 --- [l-3 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Pool stats (total=1, active=0, idle=1, waiting=0)
?[0;34m2025-01-06T15:10:23.729-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn21: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.730-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:10:23.731-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityConfig'
?[0m?[0;34m2025-01-06T15:10:23.732-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:10:23.733-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userRepository'
?[0m?[0;34m2025-01-06T15:10:23.734-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#0'
?[0m?[0;34m2025-01-06T15:10:23.738-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.UserRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:10:23.741-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaSharedEM_entityManagerFactory'
?[0m?[0;34m2025-01-06T15:10:23.744-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn22: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.755-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaMappingContext'
?[0m?[0;34m2025-01-06T15:10:23.755-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Initializing JpaMetamodelMappingContext…
?[0m?[0;34m2025-01-06T15:10:23.756-08:00 DEBUG 29008 --- [ Test worker] .c.JpaMetamodelMappingContextFactoryBean : Finished initializing JpaMetamodelMappingContext
?[0m?[0;34m2025-01-06T15:10:23.761-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn23: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.761-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.761-08:00 DEBUG 29008 --- [ Test worker] o.h.stat.internal.StatisticsInitiator : Statistics initialized [enabled=false]
?[0m?[0;34m2025-01-06T15:10:23.761-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener'
?[0m?[0;34m2025-01-06T15:10:23.761-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.762-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:23.762-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:10:23.764-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider'
?[0m?[0;34m2025-01-06T15:10:23.767-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.UserRepository…
?[0m?[0;34m2025-01-06T15:10:23.768-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.772-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:10:23.774-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn24: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.773-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.778-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.existsByUsername
?[0m?[0;34m2025-01-06T15:10:23.778-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.779-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query User.findByUsername
?[0m?[0;34m2025-01-06T15:10:23.779-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.786-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query User.findByUsername
?[0m?[0;34m2025-01-06T15:10:23.786-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.786-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.UserRepository.
?[0m?[0;34m2025-01-06T15:10:23.790-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn25: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.794-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'customUserDetailsService' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:10:23.795-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'customUserDetailsService'
?[0m?[0;34m2025-01-06T15:10:23.795-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityConfig' via constructor to bean named 'restAuthenticationEntryPoint'
?[0m?[0;34m2025-01-06T15:10:23.797-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeController'
?[0m?[0;34m2025-01-06T15:10:23.797-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeService'
?[0m?[0;34m2025-01-06T15:10:23.797-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'recipeRepository'
?[0m?[0;34m2025-01-06T15:10:23.798-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#1'
?[0m?[0;34m2025-01-06T15:10:23.798-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.RecipeRepository.fragments#0'
?[0m?[0;34m2025-01-06T15:10:23.799-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.801-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for recipes.repository.RecipeRepository…
?[0m?[0;34m2025-01-06T15:10:23.802-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.806-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn26: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.806-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:23.807-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.812-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByCategoryIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:23.813-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.814-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Looking up named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:23.814-08:00 DEBUG 29008 --- [ Test worker] cResourceLocalTransactionCoordinatorImpl : JDBC transaction marked for rollback-only (exception provided for stack trace)
?[0m?[0;34m
?[0m?[0;34mjava.lang.Exception: exception just for purpose of providing stack trace
?[0m?[0;34m at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.markRollbackOnly(JdbcResourceLocalTransactionCoordinatorImpl.java:310) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.buildNamedQuery(AbstractSharedSessionContract.java:1051) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:929) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at org.hibernate.internal.AbstractSharedSessionContract.createNamedQuery(AbstractSharedSessionContract.java:132) ~[hibernate-core-6.3.1.Final.jar:6.3.1.Final]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:360) ~[spring-orm-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.proxy3/jdk.proxy3.$Proxy143.createNamedQuery(Unknown Source) ~[na:na]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.hasNamedQuery(NamedQuery.java:113) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.NamedQuery.lookupFrom(NamedQuery.java:141) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$DeclaredQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:180) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$CreateIfNotFoundQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:252) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy$AbstractQueryLookupStrategy.resolveQuery(JpaQueryLookupStrategy.java:95) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lookupQuery(QueryExecutorMethodInterceptor.java:111) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.mapMethodsToQuery(QueryExecutorMethodInterceptor.java:99) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.lambda$new$0(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at java.base/java.util.Optional.map(Optional.java:260) ~[na:na]
?[0m?[0;34m at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.<init>(QueryExecutorMethodInterceptor.java:88) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:357) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:279) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.getNullable(Lazy.java:135) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.util.Lazy.get(Lazy.java:113) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:285) ~[spring-data-commons-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:132) ~[spring-data-jpa-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1822) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1771) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:911) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:241) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:563) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:23.821-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn27: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.821-08:00 DEBUG 29008 --- [ Test worker] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Recipe.findByNameContainingIgnoreCaseOrderByDateDesc
?[0m?[0;34m2025-01-06T15:10:23.821-08:00 DEBUG 29008 --- [ Test worker] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:23.822-08:00 DEBUG 29008 --- [ Test worker] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for recipes.repository.RecipeRepository.
?[0m?[0;34m2025-01-06T15:10:23.824-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeService' via constructor to bean named 'recipeRepository'
?[0m?[0;34m2025-01-06T15:10:23.825-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'recipeService'
?[0m?[0;34m2025-01-06T15:10:23.825-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'recipeController' via constructor to bean named 'userRepository'
?[0m?[0;34m2025-01-06T15:10:23.826-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resgisterController'
?[0m?[0;34m2025-01-06T15:10:23.827-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'passwordEncoder'
?[0m?[0;34m2025-01-06T15:10:23.828-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityFilterChain'
?[0m?[0;34m2025-01-06T15:10:23.828-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.829-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.829-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.830-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:23.831-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.832-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.832-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.833-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.833-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.834-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.834-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.836-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn28: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.836-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:23.836-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.837-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:23.838-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:23.838-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:23.838-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:23.840-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
?[0m?[0;34m2025-01-06T15:10:23.840-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:23.840-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
?[0m?[0;34m2025-01-06T15:10:23.840-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:23.842-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptorConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.842-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.842-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
?[0m?[0;34m2025-01-06T15:10:23.843-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:10:23.843-08:00 WARN 29008 --- [ Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
?[0m?[0;34m2025-01-06T15:10:23.844-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openEntityManagerInViewInterceptorConfigurer' via factory method to bean named 'openEntityManagerInViewInterceptor'
?[0m?[0;34m2025-01-06T15:10:23.845-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.845-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.846-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.847-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer'
?[0m?[0;34m2025-01-06T15:10:23.847-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:10:23.847-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.852-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Added connection conn29: url=jdbc:h2:file:../recipes_db user=
?[0m?[0;34m2025-01-06T15:10:23.857-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper'
?[0m?[0;34m2025-01-06T15:10:23.865-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManagerBuilder'
?[0m?[0;34m2025-01-06T15:10:23.865-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor'
?[0m?[0;34m2025-01-06T15:10:23.865-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.865-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationEventPublisher'
?[0m?[0;34m2025-01-06T15:10:23.865-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.866-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.867-08:00 DEBUG 29008 --- [onnection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - After adding stats (total=10, active=0, idle=10, waiting=0)
?[0m?[0;34m2025-01-06T15:10:23.873-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration$WebSecurityEnablerConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.878-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityFilterChain' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:10:23.879-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector'
?[0m?[0;34m2025-01-06T15:10:23.879-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.879-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.883-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.886-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.886-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.886-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.893-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.893-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.894-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.894-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.899-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.900-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:23.900-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.900-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.901-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.RecipeController:
?[0m?[0;34m {GET [/api/recipe/{id}]}: getRecipe(String)
?[0m?[0;34m {DELETE [/api/recipe/{id}]}: deleteRecipe(String)
?[0m?[0;34m {PUT [/api/recipe/{id}]}: updateRecipe(Long,Recipe)
?[0m?[0;34m {POST [/api/recipe/new]}: addRecipe(Recipe)
?[0m?[0;34m {GET [/api/recipe/search/]}: searchRecipe(String,String)
?[0m?[0;34m2025-01-06T15:10:23.903-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m r.c.ResgisterController:
?[0m?[0;34m {POST [/api/register]}: registerUser(RegisterRequest)
?[0m?[0;34m2025-01-06T15:10:23.903-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings :
?[0m?[0;34m o.s.b.a.w.s.e.BasicErrorController:
?[0m?[0;34m { [/error]}: error(HttpServletRequest)
?[0m?[0;34m { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
?[0m?[0;34m2025-01-06T15:10:23.904-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 8 mappings in 'requestMappingHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.908-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.909-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.909-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.910-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.910-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.910-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.911-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {}
?[0m?[0;34m2025-01-06T15:10:23.912-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping'
?[0m?[0;34m2025-01-06T15:10:23.913-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.913-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.913-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
?[0m?[0;34m2025-01-06T15:10:23.913-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.914-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
?[0m?[0;34m2025-01-06T15:10:23.914-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.915-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:23.918-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
?[0m?[0;34m2025-01-06T15:10:23.919-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.921-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:10:23.921-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.922-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.922-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.922-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.923-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:10:23.925-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
?[0m?[0;34m2025-01-06T15:10:23.925-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
?[0m?[0;34m2025-01-06T15:10:23.925-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.927-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModule'
?[0m?[0;34m2025-01-06T15:10:23.927-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.928-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:10:23.928-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.932-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.932-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries'
?[0m?[0;34m2025-01-06T15:10:23.933-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
?[0m?[0;34m2025-01-06T15:10:23.933-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.935-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonGeoModule'
?[0m?[0;34m2025-01-06T15:10:23.935-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.938-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.938-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:23.947-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
?[0m?[0;34m2025-01-06T15:10:23.955-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
?[0m?[0;34m2025-01-06T15:10:23.967-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.967-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:23.967-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:23.967-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
?[0m?[0;34m2025-01-06T15:10:23.969-08:00 DEBUG 29008 --- [ Test worker] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]}
?[0m?[0;34m2025-01-06T15:10:23.971-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.972-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:23.972-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.973-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:23.973-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:10:23.973-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.976-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:23.977-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper'
?[0m?[0;34m2025-01-06T15:10:23.977-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:23.978-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor'
?[0m?[0;34m2025-01-06T15:10:23.979-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:23.984-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:23.993-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:23.993-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration'
?[0m?[0;34m2025-01-06T15:10:23.994-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.995-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:23.995-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.996-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthStatusAggregator'
?[0m?[0;34m2025-01-06T15:10:23.996-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.997-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthHttpCodeStatusMapper'
?[0m?[0;34m2025-01-06T15:10:23.997-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:23.999-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:23.999-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:24.002-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.002-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.005-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.005-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:24.006-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:10:24.006-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.007-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:24.007-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:24.009-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:10:24.009-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:10:24.010-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.011-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:24.012-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:24.012-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties'
?[0m?[0;34m2025-01-06T15:10:24.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:24.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:24.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator'
?[0m?[0;34m2025-01-06T15:10:24.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor'
?[0m?[0;34m2025-01-06T15:10:24.014-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor'
?[0m?[0;34m2025-01-06T15:10:24.016-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:24.016-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:24.016-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.018-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.018-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.019-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.020-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.022-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.022-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.023-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.024-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:24.024-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.025-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beansEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.025-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.026-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:24.027-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:24.027-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachesEndpointWebExtension' via factory method to bean named 'cachesEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.029-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:24.029-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:24.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups'
?[0m?[0;34m2025-01-06T15:10:24.030-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.032-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'infoEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.032-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.033-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conditionsReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.034-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:24.035-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shutdownEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.035-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.036-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:24.037-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.037-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpointWebExtension'
?[0m?[0;34m2025-01-06T15:10:24.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.039-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.041-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggersEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.041-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.043-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem'
?[0m?[0;34m2025-01-06T15:10:24.044-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'heapDumpWebEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.044-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.045-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dumpEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.045-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.047-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.047-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.048-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:24.049-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledTasksEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.050-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.051-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingsEndpoint'
?[0m?[0;34m2025-01-06T15:10:24.051-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.052-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:24.052-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:24.052-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.053-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:24.053-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.054-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'filterMappingDescriptionProvider'
?[0m?[0;34m2025-01-06T15:10:24.059-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointServletHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:24.059-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.060-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.061-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter'
?[0m?[0;34m2025-01-06T15:10:24.062-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.064-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:24.066-08:00 INFO 29008 --- [ Test worker] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
?[0m?[0;34m2025-01-06T15:10:24.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointHandlerMapping'
?[0m?[0;34m2025-01-06T15:10:24.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.071-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.089-08:00 INFO 29008 --- [ Test worker] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@173158e8, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6bc93bcb, org.springframework.security.web.context.SecurityContextHolderFilter@4c49471c, org.springframework.security.web.header.HeaderWriterFilter@4f2a0651, org.springframework.web.filter.CorsFilter@7c698549, org.springframework.security.web.authentication.logout.LogoutFilter@396ab19d, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@ff18823, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46f7c5c1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@559ac87f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@8f7544a, org.springframework.security.web.session.SessionManagementFilter@398c2298, org.springframework.security.web.access.ExceptionTranslationFilter@164fba04, org.springframework.security.web.access.intercept.AuthorizationFilter@2b360641]
?[0m?[0;34m2025-01-06T15:10:24.089-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationManager'
?[0m?[0;34m2025-01-06T15:10:24.089-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authenticationManager' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity'
?[0m?[0;34m2025-01-06T15:10:24.091-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.092-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter'
?[0m?[0;34m2025-01-06T15:10:24.094-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.095-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.095-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.096-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:24.096-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:24.097-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:24.100-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:24.101-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:24.103-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.103-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
?[0m?[0;34m2025-01-06T15:10:24.104-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:24.105-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.106-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.106-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.106-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
?[0m?[0;34m2025-01-06T15:10:24.107-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
?[0m?[0;34m2025-01-06T15:10:24.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7d6e3e42'
?[0m?[0;34m2025-01-06T15:10:24.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
?[0m?[0;34m2025-01-06T15:10:24.108-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
?[0m?[0;34m2025-01-06T15:10:24.109-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
?[0m?[0;34m2025-01-06T15:10:24.110-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
?[0m?[0;34m2025-01-06T15:10:24.110-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
?[0m?[0;34m2025-01-06T15:10:24.112-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver'
?[0m?[0;34m2025-01-06T15:10:24.113-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver'
?[0m?[0;34m2025-01-06T15:10:24.114-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager'
?[0m?[0;34m2025-01-06T15:10:24.116-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
?[0m?[0;34m2025-01-06T15:10:24.117-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser'
?[0m?[0;34m2025-01-06T15:10:24.118-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
?[0m?[0;34m2025-01-06T15:10:24.119-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
?[0m?[0;34m2025-01-06T15:10:24.122-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:24.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:24.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:24.123-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
?[0m?[0;34m2025-01-06T15:10:24.124-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortResolver'
?[0m?[0;34m2025-01-06T15:10:24.124-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.124-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.124-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:10:24.125-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties'
?[0m?[0;34m2025-01-06T15:10:24.132-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableResolver'
?[0m?[0;34m2025-01-06T15:10:24.133-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.140-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:10:24.140-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
?[0m?[0;34m2025-01-06T15:10:24.141-08:00 DEBUG 29008 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
?[0m?[0;34m2025-01-06T15:10:24.145-08:00 DEBUG 29008 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:10:24.148-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter'
?[0m?[0;34m2025-01-06T15:10:24.149-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
?[0m?[0;34m2025-01-06T15:10:24.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService'
?[0m?[0;34m2025-01-06T15:10:24.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:24.150-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:24.151-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
?[0m?[0;34m2025-01-06T15:10:24.152-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
?[0m?[0;34m2025-01-06T15:10:24.152-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:24.153-08:00 DEBUG 29008 --- [ Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
?[0m?[0;34m2025-01-06T15:10:24.154-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
?[0m?[0;34m2025-01-06T15:10:24.154-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager'
?[0m?[0;34m2025-01-06T15:10:24.155-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator'
?[0m?[0;34m2025-01-06T15:10:24.156-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
?[0m?[0;34m2025-01-06T15:10:24.158-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:10:24.159-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@41c96a67'
?[0m?[0;34m2025-01-06T15:10:24.159-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
?[0m?[0;34m2025-01-06T15:10:24.160-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.160-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.160-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability'
?[0m?[0;34m2025-01-06T15:10:24.161-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.162-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.162-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari'
?[0m?[0;34m2025-01-06T15:10:24.162-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:24.163-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.163-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.163-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.163-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.164-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
?[0m?[0;34m2025-01-06T15:10:24.164-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionExecutionListeners'
?[0m?[0;34m2025-01-06T15:10:24.165-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
?[0m?[0;34m2025-01-06T15:10:24.167-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$PersistenceManagedTypesConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.167-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager'
?[0m?[0;34m2025-01-06T15:10:24.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.171-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebChildContextFactory'
?[0m?[0;34m2025-01-06T15:10:24.172-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'managementServletContext'
?[0m?[0;34m2025-01-06T15:10:24.172-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.173-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator'
?[0m?[0;34m2025-01-06T15:10:24.174-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.174-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry'
?[0m?[0;34m2025-01-06T15:10:24.174-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.174-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.175-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:10:24.175-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
?[0m?[0;34m2025-01-06T15:10:24.176-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties'
?[0m?[0;34m2025-01-06T15:10:24.177-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappedEndpoints'
?[0m?[0;34m2025-01-06T15:10:24.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.178-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer'
?[0m?[0;34m2025-01-06T15:10:24.179-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.179-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties'
?[0m?[0;34m2025-01-06T15:10:24.180-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryCloser'
?[0m?[0;34m2025-01-06T15:10:24.181-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.181-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.181-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmGcMetrics'
?[0m?[0;34m2025-01-06T15:10:24.182-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmHeapPressureMetrics'
?[0m?[0;34m2025-01-06T15:10:24.183-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmMemoryMetrics'
?[0m?[0;34m2025-01-06T15:10:24.184-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmThreadMetrics'
?[0m?[0;34m2025-01-06T15:10:24.184-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classLoaderMetrics'
?[0m?[0;34m2025-01-06T15:10:24.185-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmInfoMetrics'
?[0m?[0;34m2025-01-06T15:10:24.185-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmCompilationMetrics'
?[0m?[0;34m2025-01-06T15:10:24.186-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.186-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logbackMetrics'
?[0m?[0;34m2025-01-06T15:10:24.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAspectsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'countedAspect'
?[0m?[0;34m2025-01-06T15:10:24.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'countedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:24.187-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'timedAspect'
?[0m?[0;34m2025-01-06T15:10:24.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'timedAspect' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:24.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.188-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uptimeMetrics'
?[0m?[0;34m2025-01-06T15:10:24.189-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'processorMetrics'
?[0m?[0;34m2025-01-06T15:10:24.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileDescriptorMetrics'
?[0m?[0;34m2025-01-06T15:10:24.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceMetrics'
?[0m?[0;34m2025-01-06T15:10:24.190-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties'
?[0m?[0;34m2025-01-06T15:10:24.191-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.191-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.192-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariDataSourceMeterBinder'
?[0m?[0;34m2025-01-06T15:10:24.192-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.193-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder'
?[0m?[0;34m2025-01-06T15:10:24.193-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:24.193-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'startupTimeMetrics'
?[0m?[0;34m2025-01-06T15:10:24.194-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:24.197-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.197-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:24.198-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:24.199-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:24.200-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.201-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:24.201-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:24.201-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.202-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
?[0m?[0;34m2025-01-06T15:10:24.202-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder'
?[0m?[0;34m2025-01-06T15:10:24.203-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.203-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.205-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eagerTaskExecutorMetrics'
?[0m?[0;34m2025-01-06T15:10:24.207-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.207-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatMetricsBinder'
?[0m?[0;34m2025-01-06T15:10:24.207-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry'
?[0m?[0;34m2025-01-06T15:10:24.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observedAspect'
?[0m?[0;34m2025-01-06T15:10:24.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:24.208-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.209-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.209-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:10:24.209-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.210-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:10:24.211-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardGsonBuilderCustomizer' via factory method to bean named 'spring.gson-org.springframework.boot.autoconfigure.gson.GsonProperties'
?[0m?[0;34m2025-01-06T15:10:24.211-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gsonBuilder' via factory method to bean named 'standardGsonBuilderCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.212-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gson'
?[0m?[0;34m2025-01-06T15:10:24.212-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'gson' via factory method to bean named 'gsonBuilder'
?[0m?[0;34m2025-01-06T15:10:24.213-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.214-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.214-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.214-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.215-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.215-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientSsl'
?[0m?[0;34m2025-01-06T15:10:24.215-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry'
?[0m?[0;34m2025-01-06T15:10:24.216-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientBuilderConfigurer'
?[0m?[0;34m2025-01-06T15:10:24.216-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestClientCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.216-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.217-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:24.217-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:24.218-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.218-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestTemplateCustomizer'
?[0m?[0;34m2025-01-06T15:10:24.218-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:24.218-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties'
?[0m?[0;34m2025-01-06T15:10:24.219-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.219-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.219-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observabilitySchedulingConfigurer'
?[0m?[0;34m2025-01-06T15:10:24.219-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry'
?[0m?[0;34m2025-01-06T15:10:24.220-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.220-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.221-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.222-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.222-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.223-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.223-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor'
?[0m?[0;34m2025-01-06T15:10:24.223-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:10:24.224-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
?[0m?[0;34m2025-01-06T15:10:24.225-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.225-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.226-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.util.JpaMetamodelCacheCleanup'
?[0m?[0;34m2025-01-06T15:10:24.226-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension'
?[0m?[0;34m2025-01-06T15:10:24.227-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'data-jpa.repository-aot-processor#0'
?[0m?[0;34m2025-01-06T15:10:24.228-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar'
?[0m?[0;34m2025-01-06T15:10:24.229-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'offsetResolver'
?[0m?[0;34m2025-01-06T15:10:24.230-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.230-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:24.230-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:10:24.231-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource'
?[0m?[0;34m2025-01-06T15:10:24.231-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
?[0m?[0;34m2025-01-06T15:10:24.237-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.237-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:24.238-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:24.240-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.240-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.241-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcClient'
?[0m?[0;34m2025-01-06T15:10:24.241-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate'
?[0m?[0;34m2025-01-06T15:10:24.242-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.246-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'delegatingApplicationListener'
?[0m?[0;34m2025-01-06T15:10:24.247-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springSecurityFilterChain'
?[0m?[0;34m2025-01-06T15:10:24.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webSecurityExpressionHandler'
?[0m?[0;34m2025-01-06T15:10:24.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'privilegeEvaluator'
?[0m?[0;34m2025-01-06T15:10:24.248-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestDataValueProcessor'
?[0m?[0;34m2025-01-06T15:10:24.249-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.249-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.250-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.250-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.250-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.251-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.251-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.251-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate'
?[0m?[0;34m2025-01-06T15:10:24.252-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager'
?[0m?[0;34m2025-01-06T15:10:24.254-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.255-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.255-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
?[0m?[0;34m2025-01-06T15:10:24.256-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMatcherProvider'
?[0m?[0;34m2025-01-06T15:10:24.257-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'dispatcherServletRegistration'
?[0m?[0;34m2025-01-06T15:10:24.258-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.259-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment'
?[0m?[0;34m2025-01-06T15:10:24.260-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration'
?[0m?[0;34m2025-01-06T15:10:24.260-08:00 DEBUG 29008 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties'
?[0m?[0;34m2025-01-06T15:10:24.265-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483647
?[0m?[0;34m2025-01-06T15:10:24.265-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'springBootLoggingLifecycle'
?[0m?[0;34m2025-01-06T15:10:24.265-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147481599
?[0m?[0;34m2025-01-06T15:10:24.265-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.270-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.275-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.280-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.285-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.290-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.295-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.298-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.301-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.304-08:00 WARN 29008 --- [ Test worker] .t.u.s.PrivilegedSetAccessControlContext : Unable to set field Thread.inheritedAccessControlContext
?[0m?[0;34m
?[0m?[0;34mjava.lang.IllegalAccessException: class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext cannot access a member of class java.lang.Thread (in module java.base) with modifiers "private"
?[0m?[0;34m at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.checkAccess(Field.java:1102) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Field.set(Field.java:797) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:60) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.security.PrivilegedSetAccessControlContext.run(PrivilegedSetAccessControlContext.java:28) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[na:na]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThreadFactory.newThread(TaskThreadFactory.java:64) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:653) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.prestartAllCoreThreads(ThreadPoolExecutor.java:1694) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1370) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor(AbstractEndpoint.java:1051) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint.startInternal(NioEndpoint.java:280) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1369) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:635) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.Connector.startInternal(Connector.java:1043) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardService.addConnector(StandardService.java:232) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:286) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:214) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:44) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:284) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:467) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:256) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:201) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:965) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:619) ~[spring-context-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
?[0m?[0;34m at recipes.RecipesApplication.main(RecipesApplication.java:9) ~[main/:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.startSpring(SpringTest.java:179) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.SpringTest.reloadSpring(SpringTest.java:213) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at RecipesApplicationTest.reloadServer(RecipesApplicationTest.java:309) ~[test/:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting.lambda$searchDynamicTests$3(DynamicTesting.java:289) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.dynamic.input.DynamicTesting$1DynamicTestElement.lambda$getTests$0(DynamicTesting.java:252) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.runner.SpringApplicationRunner.test(SpringApplicationRunner.java:43) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.testing.TestRun.test(TestRun.java:94) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at org.hyperskill.hstest.stage.StageTest.start(StageTest.java:164) ~[hs-test-release-SNAPSHOT.jar:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) ~[na:na]
?[0m?[0;34m at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) ~[na:na]
?[0m?[0;34m at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) ~[na:na]
?[0m?[0;34m at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) ~[na:na]
?[0m?[0;34m at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) ~[na:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) ~[gradle-worker.jar:na]
?[0m?[0;34m at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) ~[gradle-worker.jar:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.308-08:00 INFO 29008 --- [ Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8881 (http) with context path ''
?[0;34m2025-01-06T15:10:24.308-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=0
?[0m?[0;34m2025-01-06T15:10:24.308-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop'
?[0m?[0;34m2025-01-06T15:10:24.308-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482623
?[0m?[0;34m2025-01-06T15:10:24.308-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown'
?[0m?[0;34m2025-01-06T15:10:24.308-08:00 DEBUG 29008 --- [ Test worker] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
?[0m?[0;34m2025-01-06T15:10:24.313-08:00 DEBUG 29008 --- [ Test worker] .s.b.a.l.ConditionEvaluationReportLogger :
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m============================
?[0m?[0;34mCONDITIONS EVALUATION REPORT
?[0m?[0;34m============================
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mPositive matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ApplicationAvailabilityAutoConfiguration#applicationAvailability matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m BeansEndpointAutoConfiguration#beansEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CachesEndpointAutoConfiguration#cachesEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration matched:
?[0m?[0;34m - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceInitializationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.Hikari matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
?[0m?[0;34m - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EndpointAutoConfiguration#endpointOperationParameterMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#basicErrorController matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration#errorAttributes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GenericCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gson matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonAutoConfiguration#gsonBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthContributorAutoConfiguration#pingHealthContributor matched:
?[0m?[0;34m - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthContributorRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched:
?[0m?[0;34m - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthEndpointGroups matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthHttpCodeStatusMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointConfiguration#healthStatusAggregator matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'jakarta.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateJpaConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpEncodingAutoConfiguration#characterEncodingFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration#messageConverters matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m InfoEndpointAutoConfiguration#infoEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonEndpointAutoConfiguration#endpointObjectMapper matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactory matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#entityManagerFactoryBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#jpaVendorAdapter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration#transactionManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.JpaWebConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaBaseConfiguration.PersistenceManagedTypesConfiguration#persistenceManagedTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JtaAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.transaction.Transaction' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#classLoaderMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmCompilationMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmGcMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmInfoMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmMemoryMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m JvmMetricsAutoConfiguration#jvmThreadMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LifecycleAutoConfiguration#defaultLifecycleProcessor matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition)
?[0m?[0;34m - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LogbackMetricsAutoConfiguration#logbackMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m LoggersEndpointAutoConfiguration#loggersEndpoint matched:
?[0m?[0;34m - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.SameManagementContextConfiguration matched:
?[0m?[0;34m - Management Port actual port type (SAME) matched required type (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#countedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.CountedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAspectsAutoConfiguration#timedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.aop.TimedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsAutoConfiguration#micrometerClock matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m MetricsEndpointAutoConfiguration#metricsEndpoint matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartConfigElement matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m MultipartAutoConfiguration#multipartResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NamedParameterJdbcTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration#observationRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyMetricsConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientBuilderConfigurer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientAutoConfiguration#restClientSsl matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestClientObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateAutoConfiguration#restTemplateBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m RestTemplateObservationConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ScheduledTasksObservabilityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityAutoConfiguration#authenticationEventPublisher matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityFilterAutoConfiguration#securityFilterChainRegistration matched:
?[0m?[0;34m - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ShutdownEndpointAutoConfiguration#shutdownEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.ShutdownEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleCacheConfiguration matched:
?[0m?[0;34m - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SimpleMetricsExportAutoConfiguration#simpleConfig matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#pageableCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SpringDataWebAutoConfiguration#sortCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SqlInitializationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition)
?[0m?[0;34m
?[0m?[0;34m SslAutoConfiguration#sslBundleRegistry matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#diskSpaceMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#fileDescriptorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#processorMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m SystemMetricsAutoConfiguration#uptimeMetrics matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched:
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
?[0m?[0;34m
?[0m?[0;34m ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched:
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#endpointMediaTypes matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#pathMappedEndpoints matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration#webEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#formContentFilter matched:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration#webMvcObservationFilter matched:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
?[0m?[0;34m - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mNegative matches:
?[0m?[0;34m-----------------
?[0m?[0;34m
?[0m?[0;34m ActiveMQAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AopAutoConfiguration.ClassProxyingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AppOpticsMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ArtemisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AtlasMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m AuditAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AuditEventsEndpointAutoConfiguration#auditEventsEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m AvailabilityProbesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition)
?[0m?[0;34m
?[0m?[0;34m BatchAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BatchObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m BraveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Cache2kCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CacheMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans of type org.springframework.cache.CacheManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m CaffeineCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CassandraRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ClientHttpConnectorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m CodecsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CompositeMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionFactoryHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ConnectionPoolMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m CouchbaseRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceCheckpointRestoreConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Dbcp2:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Generic:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.OracleUcp:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceConfiguration.Tomcat:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DatadogMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m DynatraceMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ElasticsearchRestHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedLdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ErrorWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FlywayEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m FreeMarkerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GangliaMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlRSocketAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQueryByExampleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlReactiveQuerydslAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebFluxSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphQlWebMvcSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GraphiteMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GroovyTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition)
?[0m?[0;34m
?[0m?[0;34m H2ConsoleAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.h2.console.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition)
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HazelcastJpaDependencyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointReactiveWebExtensionConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HibernateMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.hibernate.stat.HibernateMetrics' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m HttpHandlerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HumioMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m HypermediaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfinispanCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxDbHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfluxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#buildInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#envInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#gitInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#javaInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m InfoContributorAutoConfiguration#osInfoContributor:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m IntegrationGraphEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JCacheCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JdbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseySameManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyServerMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.core.instrument.binder.jersey.server.MetricsApplicationEventListener' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JerseyWebEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JettyMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmsTemplateObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JmxEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.jmx.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m JmxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiConnectionFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiDataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JndiJtaConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JooqAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m JsonbHttpMessageConvertersConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KafkaMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m KairosMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LdapRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LettuceMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LiquibaseEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Log4J2MetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m LogFileWebEndpointAutoConfiguration#logFileWebEndpoint:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Log File did not find logging file (LogFileWebEndpointAutoConfiguration.LogFileCondition)
?[0m?[0;34m
?[0m?[0;34m MailHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MailSenderValidatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementContextAutoConfiguration.DifferentManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m ManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - found 'session' scope (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m MappingsEndpointAutoConfiguration.ReactiveWebConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MessageSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
?[0m?[0;34m
?[0m?[0;34m MicrometerTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MongoRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m MustacheAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jReactiveRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Neo4jRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NettyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NewRelicMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m NoOpMeterRegistryConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2AuthorizationServerJwtAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition)
?[0m?[0;34m - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.MetricsWithTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ObservationAutoConfiguration.OnlyTracingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m OtlpMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#buildProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
?[0m?[0;34m
?[0m?[0;34m ProjectInfoAutoConfiguration#gitProperties:
?[0m?[0;34m Did not match:
?[0m?[0;34m - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusExemplarsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PrometheusMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m PulsarReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m QuartzEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcDataAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcInitializationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m R2dbcTransactionManagerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketGraphQlClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketRequesterAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RSocketStrategiesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RabbitMetricsAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveCloudFoundryActuatorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveElasticsearchRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveHealthEndpointConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementContextAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveManagementWebSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveMultipartAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveOAuth2ResourceServerAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveSecurityAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveUserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AnyNestedCondition 0 matched 2 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.ReactiveWebApplicationCondition did not find reactive web application classes; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition.RSocketSecurityEnabledCondition @ConditionalOnBean (types: org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler; SearchStrategy: all) did not find any beans of type org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler (ReactiveUserDetailsServiceAutoConfiguration.ReactiveUserDetailsServiceCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ReactiveWebServerFactoryAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m ReactorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Hooks' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisCacheConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisReactiveHealthContributorAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RedisRepositoriesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m RepositoryRestMvcAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m Saml2RelyingPartyAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityDataConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SendGridAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedJetty:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ServletWebServerFactoryConfiguration.EmbeddedUndertow:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SessionsEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.session.FindByIndexNameSessionRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SignalFxMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m SpringApplicationAdminJmxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' securityFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
?[0m?[0;34m
?[0m?[0;34m StackdriverMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m StartupEndpointAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition)
?[0m?[0;34m
?[0m?[0;34m StatsdMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TaskSchedulingConfigurations.TaskSchedulerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m ThymeleafAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration#transactionalOperator:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.AspectJTransactionManagementConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m UserDetailsServiceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService,org.springframework.security.authentication.AuthenticationManagerResolver,org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) found beans of type 'org.springframework.security.authentication.AuthenticationManager' authenticationManager and found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' customUserDetailsService (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager'; @ConditionalOnMissingClass did not find unwanted classes 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository', 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector', 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ValidationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontMetricsExportAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WavefrontTracingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebClientObservationConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxEndpointManagementContextConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebFluxObservationAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration#hiddenHttpMethodFilter:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
?[0m?[0;34m
?[0m?[0;34m WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping:
?[0m?[0;34m Did not match:
?[0m?[0;34m - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
?[0m?[0;34m
?[0m?[0;34m WebServiceTemplateAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebServicesAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSessionIdResolverAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketMessagingAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketReactiveAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m XADataSourceAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
?[0m?[0;34m Matched:
?[0m?[0;34m - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'jakarta.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m ZipkinAutoConfiguration:
?[0m?[0;34m Did not match:
?[0m?[0;34m - @ConditionalOnClass did not find required class 'zipkin2.reporter.Sender' (OnClassCondition)
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mExclusions:
?[0m?[0;34m-----------
?[0m?[0;34m
?[0m?[0;34m None
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34mUnconditional classes:
?[0m?[0;34m----------------------
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.322-08:00 INFO 29008 --- [ Test worker] recipes.RecipesApplication : Started RecipesApplication in 1.137 seconds (process running for 37.703)
?[0m?[0;34m2025-01-06T15:10:24.323-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
?[0m?[0;34m2025-01-06T15:10:24.323-08:00 DEBUG 29008 --- [ Test worker] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
?[0m?[1;31m
Start test 64?[0m
?[0;34m2025-01-06T15:10:24.324-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 11:31 AM, Valid until:12/31/29, 11:40 AM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 1:28 AM, Valid until:10/26/40, 1:28 AM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:194301ea20bddf5c5332ab1434471f8d6504d0d, Subject:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Issuer:CN=NAVER Global Root Certification Authority, O=NAVER BUSINESS PLATFORM Corp., C=KR, Key type:RSA, Length:4096, Cert Id:1777546867, Valid from:8/18/17, 1:58 AM, Valid until:8/18/37, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:1/12/12, 9:27 AM, Valid until:1/12/42, 9:27 AM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:6/29/04, 10:06 AM, Valid until:6/29/34, 10:06 AM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.325-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.326-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:11/7/06, 11:42 AM, Valid until:12/31/29, 11:52 AM
?[0m?[0;34m2025-01-06T15:10:24.326-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.326-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:2/12/16, 10:15 AM, Valid until:2/12/41, 10:15 AM
?[0m?[0;34m2025-01-06T15:10:24.326-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:10/19/15, 12:43 AM, Valid until:10/19/35, 12:43 AM
?[0m?[0;34m2025-01-06T15:10:24.326-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:-1114303822, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.327-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:5/20/09, 1:38 AM, Valid until:12/31/30, 12:38 AM
?[0m?[0;34m2025-01-06T15:10:24.327-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:4/7/09, 9:56 PM, Valid until:4/7/29, 9:56 PM
?[0m?[0;34m2025-01-06T15:10:24.327-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-1330153758, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.327-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.327-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:10/1/08, 3:40 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.328-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 10:39 AM, Valid until:6/29/34, 10:39 AM
?[0m?[0;34m2025-01-06T15:10:24.328-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 9:39 AM, Valid until:2/12/41, 9:39 AM
?[0m?[0;34m2025-01-06T15:10:24.328-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/7/15, 3:11 AM, Valid until:6/30/40, 3:11 AM
?[0m?[0;34m2025-01-06T15:10:24.328-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:11d2bbba336ed4bce62468c50d841d98e843, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:-889363391, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:11/25/13, 12:25 AM, Valid until:10/25/43, 1:25 AM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:1/29/10, 6:20 AM, Valid until:12/31/40, 6:20 AM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:2/12/16, 10:14 AM, Valid until:2/12/41, 10:14 AM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:11/25/14, 9:13 PM, Valid until:12/31/40, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:24.329-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 11:14 AM, Valid until:5/30/42, 11:14 AM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/7/11, 7:58 AM, Valid until:12/31/30, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:dd3e3bc6cf96bb1, Subject:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Issuer:CN=ANF Secure Server Root CA, OU=ANF CA Raiz, O=ANF Autoridad de Certificacion, C=ES, SERIALNUMBER=G63287510, Key type:RSA, Length:4096, Cert Id:-841649695, Valid from:9/4/19, 3:00 AM, Valid until:8/30/39, 3:00 AM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-965345157, Valid from:11/26/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:7/19/12, 2:15 AM, Valid until:7/19/42, 2:15 AM
?[0m?[0;34m2025-01-06T15:10:24.330-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:6/29/07, 8:13 AM, Valid until:6/29/27, 8:13 AM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-2028617374, Valid from:5/20/02, 9:00 PM, Valid until:5/20/22, 9:00 PM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 3:37 AM, Valid until:6/30/40, 3:37 AM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:8f9b478a8fa7eda6a333789de7ccf8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 9:53 AM, Valid until:1/16/34, 9:53 AM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3698fe712d519f3ced0fdb7b1643011, Subject:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:381797637, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.331-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:-28263924, Valid from:8/1/08, 5:29 AM, Valid until:7/31/38, 5:29 AM
?[0m?[0;34m2025-01-06T15:10:24.332-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:10/1/13, 1:32 AM, Valid until:10/1/33, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:24.332-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 5:31 AM, Valid until:7/31/38, 5:31 AM
?[0m?[0;34m2025-01-06T15:10:24.332-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.332-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:-1239330694, Valid from:3/5/15, 5:21 AM, Valid until:3/5/35, 5:21 AM
?[0m?[0;34m2025-01-06T15:10:24.332-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:11/1/04, 9:14 AM, Valid until:12/31/34, 9:37 PM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/7/12, 8:07 PM, Valid until:12/30/29, 7:07 PM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 10:59 AM, Valid until:1/12/42, 10:59 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 5:07 AM, Valid until:12/31/29, 4:07 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:12/31/03, 4:00 PM, Valid until:12/31/28, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:44be0c8b500024b411d3362de0b35f1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:-297053428, Valid from:7/9/99, 11:31 AM, Valid until:7/9/19, 11:40 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 9:13 AM, Valid until:9/30/37, 9:13 AM
?[0m?[0;34m2025-01-06T15:10:24.333-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:5/9/17, 2:48 AM, Valid until:5/9/42, 2:58 AM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:9/30/99, 5:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:12/18/19, 2:51 PM, Valid until:7/18/42, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:-326352672, Valid from:5/30/00, 3:48 AM, Valid until:5/30/20, 3:48 AM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 3:29 AM, Valid until:10/1/33, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 12:50 AM, Valid until:11/5/29, 12:50 AM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:-1993924923, Valid from:8/23/17, 12:36 PM, Valid until:8/23/42, 12:36 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 11:46 AM, Valid until:5/12/25, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/3/04, 9:00 PM, Valid until:3/3/29, 9:00 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:5/25/15, 5:00 PM, Valid until:1/16/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.334-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:7/4/06, 10:20 AM, Valid until:7/4/31, 10:20 AM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/16/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:788f275c81125220a504d02dddba73f4, Subject:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum EC-384 CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:EC, Length:384, Cert Id:994586241, Valid from:3/26/18, 12:24 AM, Valid until:3/26/43, 12:24 AM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 3:00 AM, Valid until:3/18/29, 3:00 AM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.335-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 12:35 AM, Valid until:11/5/29, 12:35 AM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:5/25/15, 5:00 PM, Valid until:5/25/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/26/12, 11:28 PM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:8/23/17, 12:35 PM, Valid until:8/23/42, 12:35 PM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 5:00 AM, Valid until:10/18/32, 5:00 AM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:11d2bbb9d723189e405f0a9d2dd0df2567d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:3/19/19, 5:00 PM, Valid until:3/19/46, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.336-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/18/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 1:36 AM, Valid until:10/25/36, 1:36 AM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/5/08, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.337-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 10:12 AM, Valid until:1/16/34, 10:12 AM
?[0m?[0;34m2025-01-06T15:10:24.338-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:12/19/04, 6:31 PM, Valid until:12/19/34, 6:31 PM
?[0m?[0;34m2025-01-06T15:10:24.338-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:8/23/17, 12:34 PM, Valid until:8/23/42, 12:34 PM
?[0m?[0;34m2025-01-06T15:10:24.338-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:11/27/06, 12:23 PM, Valid until:11/27/26, 12:53 PM
?[0m?[0;34m2025-01-06T15:10:24.338-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.338-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:9e09365acf7d9c8b93e1c0b042a2ef3, Subject:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:-354195278, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5a4bbd5afb4f8a5bfa65e5, Subject:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Issuer:CN=GLOBALTRUST 2020, O=e-commerce monitoring GmbH, C=AT, Key type:RSA, Length:4096, Cert Id:-522246883, Valid from:2/9/20, 4:00 PM, Valid until:6/9/40, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/21/16, 5:00 PM, Valid until:6/21/36, 5:00 PM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:-991173715, Valid from:8/22/17, 5:07 AM, Valid until:8/22/42, 5:07 AM
?[0m?[0;34m2025-01-06T15:10:24.339-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:11/9/06, 4:00 PM, Valid until:11/9/31, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:12/9/14, 4:00 PM, Valid until:12/9/34, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:1/29/10, 6:10 AM, Valid until:12/31/40, 6:10 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1976681486, Valid from:4/1/08, 5:00 PM, Valid until:12/1/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 1:38 AM, Valid until:10/26/40, 1:38 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:12/24/99, 9:50 AM, Valid until:7/24/29, 7:15 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:11/30/06, 4:00 PM, Valid until:12/31/29, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:1/12/12, 12:26 PM, Valid until:1/12/42, 12:26 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 6:06 AM, Valid until:12/31/30, 6:06 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 4:22 AM, Valid until:9/22/30, 4:22 AM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:10:24.340-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:8/28/08, 12:24 AM, Valid until:12/31/30, 7:59 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:1ebf5950b8c980374c06f7eb554fb5ed, Subject:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Issuer:CN=Certum Trusted Root CA, OU=Certum Certification Authority, O=Asseco Data Systems S.A., C=PL, Key type:RSA, Length:4096, Cert Id:-774327051, Valid from:3/16/18, 5:10 AM, Valid until:3/16/43, 5:10 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:1675f27d6fe7ae3e4acbe095b059e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:-821903320, Valid from:11/29/18, 3:55 AM, Valid until:11/29/43, 3:55 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:3/10/16, 4:00 PM, Valid until:12/30/40, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/28/09, 10:00 PM, Valid until:5/28/29, 10:00 PM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 1:32 AM, Valid until:10/25/36, 1:32 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:-131493977, Valid from:11/4/07, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:12/13/07, 5:08 AM, Valid until:12/13/37, 12:27 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:3/12/15, 5:00 PM, Valid until:12/30/38, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:62f6326ce5c4e3685c1b62dd9c2e9d95, Subject:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Issuer:CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS, OID.2.5.4.97=VATES-Q2826004J, OU=Ceres, O=FNMT-RCM, C=ES, Key type:EC, Length:384, Cert Id:246315697, Valid from:12/20/18, 1:37 AM, Valid until:12/20/43, 1:37 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:6/16/09, 4:30 AM, Valid until:12/30/29, 3:30 AM
?[0m?[0;34m2025-01-06T15:10:24.341-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 4:11 AM, Valid until:12/27/37, 3:41 AM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 10:27 AM, Valid until:11/24/31, 10:23 AM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:-2113880430, Valid from:2/6/17, 1:27 AM, Valid until:2/6/42, 1:27 AM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:10/29/08, 8:59 AM, Valid until:12/31/29, 4:00 PM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:11/12/12, 4:00 PM, Valid until:1/18/38, 7:14 PM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 11:11 AM, Valid until:11/24/31, 11:06 AM
?[0m?[0;34m2025-01-06T15:10:24.342-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 7:25 AM, Valid until:12/18/37, 7:55 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 6:08 AM, Valid until:12/31/30, 6:08 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:bb8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:3/17/11, 2:51 AM, Valid until:3/17/21, 2:51 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:-1882405602, Valid from:3/19/01, 10:33 AM, Valid until:3/17/21, 11:33 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:864dbf0fe35ed77d8ed8, Subject:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:4096, Cert Id:-921027170, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) FÅ‘tanúsÃtvány, OU=TanúsÃtványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:12/11/08, 7:08 AM, Valid until:12/6/28, 7:08 AM
?[0m?[0;34m2025-01-06T15:10:24.343-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 10:25 AM, Valid until:12/7/30, 9:55 AM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 4:04 AM, Valid until:6/4/35, 4:04 AM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:41d29dd172eaeea780c12c6ce92f8752, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:-896325052, Valid from:9/3/20, 5:00 PM, Valid until:9/17/40, 9:00 AM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2/18/18, 10:30 AM, Valid until:2/18/43, 10:30 AM
?[0m?[0;34m2025-01-06T15:10:24.344-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 1:30 AM, Valid until:10/25/36, 1:30 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:5/30/00, 3:44 AM, Valid until:5/30/20, 3:44 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:8/31/09, 5:00 PM, Valid until:12/31/37, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 5:00 AM, Valid until:1/28/28, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:1/31/10, 4:00 PM, Valid until:1/18/38, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:10/6/11, 1:39 AM, Valid until:10/6/46, 1:39 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:12/1/14, 7:00 AM, Valid until:12/1/39, 7:10 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/5/11, 2:37 AM, Valid until:12/31/30, 1:37 AM
?[0m?[0;34m2025-01-06T15:10:24.345-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:12/18/19, 3:06 PM, Valid until:7/18/42, 4:16 PM
?[0m?[0;34m2025-01-06T15:10:24.346-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6cee131be6d55c807f7c0c7fb44e620, Subject:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1193514382, Valid from:1/14/21, 4:00 PM, Valid until:1/14/46, 3:59 PM
?[0m?[0;34m2025-01-06T15:10:24.346-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:6/2/17, 7:29 PM, Valid until:6/2/42, 7:29 PM
?[0m?[0;34m2025-01-06T15:10:24.346-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:-744451266, Valid from:6/11/02, 3:46 AM, Valid until:6/11/27, 3:46 AM
?[0m?[0;34m2025-01-06T15:10:24.346-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:8/1/13, 5:00 AM, Valid until:1/15/38, 4:00 AM
?[0m?[0;34m2025-01-06T15:10:24.346-08:00 DEBUG 29008 --- [ Test worker] jdk.event.security : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/7/06, 4:00 PM, Valid until:7/16/36, 4:59 PM
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 63][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.347-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58613<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=1
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Content-Length: 362
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Content-Length: 362[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 >> "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}"
?[0;34m2025-01-06T15:10:24.348-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [0]
?[0m?[0;34m2025-01-06T15:10:24.349-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.349-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]], Read direct from socket: [641]
?[0m?[0;34m2025-01-06T15:10:24.349-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34mContent-Length: 362
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}]
?[0m?[0;34m2025-01-06T15:10:24.350-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.350-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 INFO 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver
?[0m?[0;34m2025-01-06T15:10:24.351-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver
?[0m?[0;34m2025-01-06T15:10:24.352-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@143f4d52
?[0m?[0;34m2025-01-06T15:10:24.352-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@4f01d2ea
?[0m?[0;34m2025-01-06T15:10:24.352-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
?[0m?[0;34m2025-01-06T15:10:24.352-08:00 INFO 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
?[0m?[0;34m2025-01-06T15:10:24.353-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:24.353-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/recipe/new' (previous null). Performing CorsConfiguration lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:10:24.410-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@12976e9
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@281870775 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.411-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 1
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#1] : 1852934414
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i]
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest1@test.com]
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#1
?[0m?[0;34m2025-01-06T15:10:24.412-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@1649edce
?[0m?[0;34m2025-01-06T15:10:24.463-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.464-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest1@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.464-08:00 WARN 29008 --- [nio-8881-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/api/recipe/new' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
?[0m?[0;34m2025-01-06T15:10:24.464-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Secured POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:24.465-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.465-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : POST "/api/recipe/new", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.465-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#addRecipe(Recipe)
?[0m?[0;34m2025-01-06T15:10:24.465-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.467-08:00 DEBUG 29008 --- [nio-8881-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=Fresh Mint Tea /Test, category=beverage /Test, date=null, descript (truncated)...]
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@347363a8
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@728616988 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:24.468-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 1
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#1] : 22590096
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i]
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest1@test.com]
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#1
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@44f06f97
?[0m?[0;34m2025-01-06T15:10:24.469-08:00 DEBUG 29008 --- [nio-8881-exec-1] recipes.service.RecipeService : Recipe(id=null, userId=1, name=Fresh Mint Tea /Test, category=beverage /Test, date=null, description=Light, aromatic and refreshing beverage, ... /Test, ingredients=[boiled water, honey, fresh mint leaves /Test], directions=[Boil water, Pour boiling hot water into a mug, Add fresh mint leaves, Mix and let the mint leaves seep for 3-5 minutes, Add honey and mix again /Test])
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1412001539<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@d16b6a5]
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.j.internal.PersistenceUnitUtilImpl : jakarta.persistence.PersistenceUnitUtil.getIdentifier is only intended to work with enhanced entities (although Hibernate also adapts this support to its proxies); however the passed entity was not enhanced (nor a proxy).. may not be able to read identifier
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.engine.spi.ActionQueue : Executing identity-insert immediately
?[0m?[0;34m2025-01-06T15:10:24.470-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe (category,date,description,name,user_id,id) values (?,?,?,?,?,default)
?[0m?[0;34m2025-01-06T15:10:24.471-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.id.IdentifierGeneratorHelper : Natively generated identity (recipes.model.Recipe) : 16
?[0m?[0;34m2025-01-06T15:10:24.471-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : Exception clearing maxRows/queryTimeout [The object is already closed [90007-224]]
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1412001539<open>)]
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.directions#16], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.engine.internal.Collections : Collection found: [recipes.model.Recipe.ingredients#16], was: [<unreferenced>] (initialized)
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 2 objects
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 2 (re)creations, 0 updates, 0 removals to 2 collections
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.User{password=$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i, id=1, locked=null, username=LoginTest1@test.com}
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.hibernate.internal.util.EntityPrinter : recipes.model.Recipe{date=Mon Jan 06 15:10:24 PST 2025, directions=[Boil water, Pour boiling hot water into a mug, Add fresh mint leaves, Mix and let the mint leaves seep for 3-5 minutes, Add honey and mix again /Test], name=Fresh Mint Tea /Test, description=Light, aromatic and refreshing beverage, ... /Test, ingredients=[boiled water, honey, fresh mint leaves /Test], id=16, category=beverage /Test, userId=1}
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.directions : 16
?[0m?[0;34m2025-01-06T15:10:24.482-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.483-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.483-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.483-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.483-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_directions (recipe_id,directions) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `5` collection rows : recipes.model.Recipe.directions
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Inserting collection rows - recipes.model.Recipe.ingredients : 16
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : insert into recipe_ingredients (recipe_id,ingredients) values (?,?)
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.jdbc.mutation : Done inserting `3` collection rows : recipes.model.Recipe.ingredients
?[0m?[0;34m2025-01-06T15:10:24.484-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:24.485-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.485-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{id=16}]
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "9[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "{"id":16}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.486-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-63 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:24.487-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-63 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 63][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-63: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [279]
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 63][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.488-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5350845b:org.apache.tomcat.util.net.NioChannel@5d977041:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58613]]
?[0m?[1;31m
Start test 65?[0m
?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 64][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.491-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58614<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> GET /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=2
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "GET /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [279]
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]], Read direct from socket: [223]
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/2 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:24.492-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.493-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.493-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.493-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.493-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5bea9f4d
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@886739235 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.494-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 1
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#1] : 1340988576
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i]
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest1@test.com]
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#1
?[0m?[0;34m2025-01-06T15:10:24.495-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2fde1ff7
?[0m?[0;34m2025-01-06T15:10:24.546-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest1@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#getRecipe(String)
?[0m?[0;34m2025-01-06T15:10:24.547-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(478708585<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1140197032 wrapping conn20: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@21e431e7]
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@376953250 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1320981454 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1032589303 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:24.549-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1065213436
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@595c669e
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(478708585<open>)]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1140197032 wrapping conn20: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:24.550-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@136303220 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1 inch ginger root, minced]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@10fd607e
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 lemon, juiced]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@10fd607e
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#2] : org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#2] -> org.hibernate.collection.spi.PersistentBag@1684474507
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [1/2 teaspoon manuka honey /Test]
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@10fd607e
?[0m?[0;34m2025-01-06T15:10:24.552-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1720159335 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3ab214eb
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Steep for 5-10 minutes]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3ab214eb
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#2]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#2] : org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#2] -> org.hibernate.collection.spi.PersistentBag@1658035795
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Extracted JDBC value [1] - [Drink and enjoy /Test]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3ab214eb
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#2]
?[0m?[0;34m2025-01-06T15:10:24.553-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [RecipeDTO(name=Warming Ginger Tea /Test, category=beverage /Test, date=2025-01-06 15:09:56.035, desc (truncated)...]
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "1ce[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","date":"2025-01-06T23:09:56.035+00:00","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-64 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-64 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 64][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-64: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 64][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [223]
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.556-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.557-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@14107984:org.apache.tomcat.util.net.NioChannel@1ad79576:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58614]]
?[0m?[1;31m
Start test 66?[0m
?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 65][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58615<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "GET /api/recipe/search/?category=dessert HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=3
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.560-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [223]
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]], Read direct from socket: [246]
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:24.561-08:00 DEBUG 29008 --- [nio-8881-exec-3] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@497b3a04
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@963605368 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.562-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 1
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#1] : 1625142509
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i]
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest1@test.com]
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#1
?[0m?[0;34m2025-01-06T15:10:24.563-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@226bff3d
?[0m?[0;34m2025-01-06T15:10:24.610-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.610-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest1@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.611-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:24.611-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.611-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:24.612-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.http.Parameters : Start processing with input [category=dessert]
?[0m?[0;34m2025-01-06T15:10:24.612-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?category=dessert", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:24.612-08:00 DEBUG 29008 --- [nio-8881-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:24.612-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528855951430100))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@ad98bb2
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528855951430100)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855951430100).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855951430100).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855951430100).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528855951430100).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528855951430100).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855951430100).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528855951430100).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528855951430100)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528855951430100).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528855951430100).directions)@466483437 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528855951430100).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528855951430100).ingredients)@1561289789 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe(528855951430100) -> EntityResultInitializer(recipes.model.Recipe(528855951430100))@563095883 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:24.613-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.category)=upper(?) order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 15
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#15
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#15] : 1164802273
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.384]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [15 recipe test ice-CREAM]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#15
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 14
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#14
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#14] : 1261000192
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [DESSERT]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.308]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#14
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 8
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#8
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#8
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#8] : 370761619
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [dessert]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.837]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [--]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [---]
?[0m?[0;34m2025-01-06T15:10:24.614-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#8
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 7
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#7
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#7] : 223949845
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [desserT]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.761]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [----]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ICE-CREAM]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#7
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 6
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#6
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#6
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#6] : 1618112764
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [DeSSert]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.679]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [--]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#6
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 4
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#4
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#4
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#4] : 1783082043
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [DesserT]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.512]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [tea r 4]
?[0m?[0;34m2025-01-06T15:10:24.615-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#4
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855951430100)): 3
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).directions#3
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855951430100).ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855951430100)#3] : 940514444
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.41]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855951430100)#3
?[0m?[0;34m2025-01-06T15:10:24.616-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@652d8034
?[0m?[0;34m2025-01-06T15:10:24.618-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.618-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.618-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.618-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1963516392 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.618-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1472bb70
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---']
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1472bb70
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@682944312
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1472bb70
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#15]
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@650583991 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.619-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1704446838
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1704446838
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@514dc111
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1704446838
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@1704446838
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@1704446838
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@514dc111
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#15]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1340687912 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@524042336
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@524042336
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@785013e3
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@524042336
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@524042336
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@524042336
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@785013e3
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#14]
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.620-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@2106446535 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553717af
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553717af
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@280950888
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@553717af
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#14]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1186982948 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#8
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#8] : org.hibernate.collection.spi.PersistentBag@1880835382
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#8] -> org.hibernate.collection.spi.PersistentBag@1880835382
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7702891
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#8
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1880835382
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#8] : org.hibernate.collection.spi.PersistentBag@1880835382
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#8] -> org.hibernate.collection.spi.PersistentBag@1880835382
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.621-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@7702891
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1050098327 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@71fd33d5
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@71fd33d5
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#8
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [8]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#8]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#8] : org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#8] -> org.hibernate.collection.spi.PersistentBag@385974790
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.622-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@71fd33d5
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#8]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1983511807 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@24120a86
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@24120a86
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1256898146
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.623-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@24120a86
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@502650111 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@496a68cb
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@496a68cb
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@1373640682
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@496a68cb
?[0m?[0;34m2025-01-06T15:10:24.624-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#7]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@2055937845 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1784b20a
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1784b20a
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#6
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#6] : org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#6] -> org.hibernate.collection.spi.PersistentBag@1967199583
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1784b20a
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@894723448 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#6
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#6] : org.hibernate.collection.spi.PersistentBag@609159547
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#6] -> org.hibernate.collection.spi.PersistentBag@609159547
?[0m?[0;34m2025-01-06T15:10:24.625-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6534791d
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#6
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [6]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#6]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@609159547
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#6] : org.hibernate.collection.spi.PersistentBag@609159547
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#6] -> org.hibernate.collection.spi.PersistentBag@609159547
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@6534791d
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#6]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1943908198 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2b9823d0
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2b9823d0
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#4
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#4] : org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#4] -> org.hibernate.collection.spi.PersistentBag@1167659661
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2b9823d0
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#4]
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@891293530 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.626-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50a9c31e
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50a9c31e
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#4
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#4]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#4] : org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#4] -> org.hibernate.collection.spi.PersistentBag@432129055
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50a9c31e
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#4]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1699105934 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@11f3ce95
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@11f3ce95
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@2022217998
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@11f3ce95
?[0m?[0;34m2025-01-06T15:10:24.627-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1174848025 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1870547394
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1870547394
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@10bb3ccb
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1870547394
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1870547394
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1870547394
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@10bb3ccb
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#3]
?[0m?[0;34m2025-01-06T15:10:24.628-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[RecipeDTO(name=15 recipe test ice-CREAM, category=Dessert, date=2025-01-06 15:10:10.384, descriptio (truncated)...]
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "45c[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "[{"name":"15 recipe test ice-CREAM","category":"Dessert","date":"2025-01-06T23:10:10.384+00:00","description":"-","ingredients":["-","---'","-----"],"directions":["---","-"]},{"name":"ice-cream","category":"DESSERT","date":"2025-01-06T23:10:10.308+00:00","description":"-","ingredients":["----","--"],"directions":["-","--","-"]},{"name":"---","category":"dessert","date":"2025-01-06T23:10:09.837+00:00","description":"--","ingredients":["-","----"],"directions":["-----","-","---"]},{"name":"ICE-CREAM","category":"desserT","date":"2025-01-06T23:10:09.761+00:00","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]},{"name":"--","category":"DeSSert","date":"2025-01-06T23:10:09.679+00:00","description":"---","ingredients":["---","-","--"],"directions":["---","-"]},{"name":"tea r 4","category":"DesserT","date":"2025-01-06T23:10:09.512+00:00","description":"---","ingredients":["-","----","-"],"directions":["----","--","--"]},{"name":"ice-cream","category":"Dessert","date":"2025-01-06T23:10:09.410+00:00","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.629-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-65 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-65 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 65][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-65: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 65][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [246]
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.630-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.631-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@681de9f:org.apache.tomcat.util.net.NioChannel@846303f:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58615]]
?[0m?[1;31m
Start test 67?[0m
?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 66][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.633-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58616<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "GET /api/recipe/search/?name=ice-cream HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "Authorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=4
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:24.634-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [246]
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]], Read direct from socket: [244]
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0MUB0ZXN0LmNvbTpUZXN0MTExMQ==
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.635-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:24.636-08:00 DEBUG 29008 --- [nio-8881-exec-4] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.636-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.636-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.636-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@7201d6b7
?[0m?[0;34m2025-01-06T15:10:24.636-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@1852239597 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [1]
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 1
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#1] : 749359916
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$FvxOqBsnvccvrXH4xPckW.zwYQCBWb70De7bJjdQfwzqkN/uiSD/i]
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest1@test.com]
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#1
?[0m?[0;34m2025-01-06T15:10:24.637-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@7562c1d2
?[0m?[0;34m2025-01-06T15:10:24.702-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.702-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest1@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Secured GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.http.Parameters : Start processing with input [name=ice-cream]
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : GET "/api/recipe/search/?name=ice-cream", parameters={masked}
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#searchRecipe(String, String)
?[0m?[0;34m2025-01-06T15:10:24.703-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.704-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Created new SQL alias : r1_0
?[0m?[0;34m2025-01-06T15:10:24.704-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.Recipe(528855959572699))] with identifierForTableGroup [recipes.model.Recipe] for NavigablePath [recipes.model.Recipe]
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5faa5cc1
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.Recipe(528855959572699)]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855959572699).category]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855959572699).date]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855959572699).description]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528855959572699).directions]
?[0m?[0;34m | +-DelayedCollectionFetch [recipes.model.Recipe(528855959572699).ingredients]
?[0m?[0;34m | +-BasicFetch [recipes.model.Recipe(528855959572699).name]
?[0m?[0;34m | \-BasicFetch [recipes.model.Recipe(528855959572699).userId]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (r1 : recipes.model.Recipe(528855959572699)) {
?[0m?[0;34m primaryTableReference : recipe as r1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528855959572699).directions -> DelayedCollectionInitializer(recipes.model.Recipe(528855959572699).directions)@1203104007 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528855959572699).ingredients -> DelayedCollectionInitializer(recipes.model.Recipe(528855959572699).ingredients)@1257568612 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe(528855959572699) -> EntityResultInitializer(recipes.model.Recipe(528855959572699))@1359162126 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:24.705-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where upper(r1_0.name) like upper(?) escape '\' order by r1_0.date desc
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 15
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#15
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#15] : 1249993452
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.384]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [15 recipe test ice-CREAM]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#15
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 14
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#14
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#14] : 45646275
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [DESSERT]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.308]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#14
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 11
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#11
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#11
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#11] : 1079318965
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [veryDessert]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:10.073]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [11 ice-creamrecipe test]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#11
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 7
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#7
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#7] : 288818306
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [desserT]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.761]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [----]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [ICE-CREAM]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#7
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 5
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#5
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#5
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#5] : 1034002803
?[0m?[0;34m2025-01-06T15:10:24.706-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Desser]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.601]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [---]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [recipe ice-cream 5]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#5
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe(528855959572699)): 3
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).directions#3
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe(528855959572699).ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe(528855959572699)#3] : 1442384278
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [Dessert]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:10:09.41]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [3] - [-]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [4] - [ice-cream]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe(528855959572699)#3
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@43ef1d50
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1899343011 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.707-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@646b4bc9
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---']
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@646b4bc9
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#15
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#15] : org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#15] -> org.hibernate.collection.spi.PersistentBag@2013400243
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@646b4bc9
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@954708819 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@34765801
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@34765801
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@306813b5
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#15
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#15]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@34765801
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#15] : org.hibernate.collection.spi.PersistentBag@34765801
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#15] -> org.hibernate.collection.spi.PersistentBag@34765801
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@306813b5
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#15]
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@890262464 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.708-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@2070650389
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@2070650389
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1e961768
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#14
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2070650389
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#14] : org.hibernate.collection.spi.PersistentBag@2070650389
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#14] -> org.hibernate.collection.spi.PersistentBag@2070650389
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1e961768
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@691001641 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1fc89951
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1fc89951
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#14
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#14]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#14] : org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#14] -> org.hibernate.collection.spi.PersistentBag@333737806
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1fc89951
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#14]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1224338704 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#11
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#11] : org.hibernate.collection.spi.PersistentBag@906739552
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#11] -> org.hibernate.collection.spi.PersistentBag@906739552
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@71572dad
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#11
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@906739552
?[0m?[0;34m2025-01-06T15:10:24.709-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#11] : org.hibernate.collection.spi.PersistentBag@906739552
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#11] -> org.hibernate.collection.spi.PersistentBag@906739552
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@71572dad
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1992417274 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-----]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2d0bea45
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2d0bea45
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#11
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#11]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#11] : org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#11] -> org.hibernate.collection.spi.PersistentBag@111488741
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@2d0bea45
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#11]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1431162385 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3808ec72
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.710-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3808ec72
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#7
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#7] : org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#7] -> org.hibernate.collection.spi.PersistentBag@1455092859
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@3808ec72
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@59674660 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@14c962d3
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@14c962d3
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#7
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#7]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#7] : org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#7] -> org.hibernate.collection.spi.PersistentBag@2043096992
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@14c962d3
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#7]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@1664208862 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50660a49
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50660a49
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#5
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#5] : org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.711-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#5] -> org.hibernate.collection.spi.PersistentBag@1424041565
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@50660a49
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1036284068 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b46cf0a
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b46cf0a
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#5
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#5]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#5] : org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#5] -> org.hibernate.collection.spi.PersistentBag@337355089
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@1b46cf0a
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#5]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> BagInitializer(recipes.model.Recipe.ingredients)@93969814 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select i1_0.recipe_id,i1_0.ingredients from recipe_ingredients i1_0 where i1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [--]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@70dd8270
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.712-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@70dd8270
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.ingredients#3
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.ingredients#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.ingredients#3] : org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.ingredients#3] -> org.hibernate.collection.spi.PersistentBag@742106295
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [-]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@70dd8270
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.ingredients#3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : recipes.model.Recipe.directions -> BagInitializer(recipes.model.Recipe.directions)@1004770448 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.SQL : select d1_0.recipe_id,d1_0.directions from recipe_directions d1_0 where d1_0.recipe_id=?
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1701019747
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1701019747
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [----]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@31a52946
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Current row collection key : recipes.model.Recipe.directions#3
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Found existing loading collection entry [recipes.model.Recipe.directions#3]; using loading collection instance - org.hibernate.collection.spi.PersistentBag@1701019747
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Responsible for loading collection [recipes.model.Recipe.directions#3] : org.hibernate.collection.spi.PersistentBag@1701019747
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.o.r.l.o.h.o.r.loading.collection : (BagInitializer) Reading element from row for collection [recipes.model.Recipe.directions#3] -> org.hibernate.collection.spi.PersistentBag@1701019747
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results : Extracted JDBC value [1] - [---]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler@31a52946
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.h.sql.results.internal.ResultsHelper : Collection fully initialized: [recipes.model.Recipe.directions#3]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [[RecipeDTO(name=15 recipe test ice-CREAM, category=Dessert, date=2025-01-06 15:10:10.384, descriptio (truncated)...]
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "HTTP/1.1 200 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.713-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "3e1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "[{"name":"15 recipe test ice-CREAM","category":"Dessert","date":"2025-01-06T23:10:10.384+00:00","description":"-","ingredients":["-","---'","-----"],"directions":["---","-"]},{"name":"ice-cream","category":"DESSERT","date":"2025-01-06T23:10:10.308+00:00","description":"-","ingredients":["----","--"],"directions":["-","--","-"]},{"name":"11 ice-creamrecipe test","category":"veryDessert","date":"2025-01-06T23:10:10.073+00:00","description":"-","ingredients":["-","--"],"directions":["-----","-","---"]},{"name":"ICE-CREAM","category":"desserT","date":"2025-01-06T23:10:09.761+00:00","description":"----","ingredients":["-","-","--"],"directions":["---","--","--"]},{"name":"recipe ice-cream 5","category":"Desser","date":"2025-01-06T23:10:09.601+00:00","description":"---","ingredients":["-","--","-"],"directions":["-","--","---"]},{"name":"ice-cream","category":"Dessert","date":"2025-01-06T23:10:09.410+00:00","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}][\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << HTTP/1.1 200
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.web.servlet.DispatcherServlet : Completed 200 OK
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-66 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-66 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 66][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-66: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 66][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [244]
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.714-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.715-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.715-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3dfb2543:org.apache.tomcat.util.net.NioChannel@333cdc8c:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58616]]
?[0m?[1;31m
Start test 68?[0m
?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 67][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58617<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> DELETE /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> Authorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "DELETE /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "Authorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=5
?[0m?[0;34m2025-01-06T15:10:24.720-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [244]
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]], Read direct from socket: [234]
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [DELETE /api/recipe/2 HTTP/1.1
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request DELETE /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.721-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.722-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing DELETE /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.722-08:00 DEBUG 29008 --- [nio-8881-exec-5] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.722-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.722-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.723-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5e985ef8
?[0m?[0;34m2025-01-06T15:10:24.723-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.723-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.724-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@574903449 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 3
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#3] : 966829086
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$ts/A1fp686Wkx5eFyxfFAujElCzLf2ggxVfTPUx8lbOiNuPuhUCUm]
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest3@test.com]
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#3
?[0m?[0;34m2025-01-06T15:10:24.725-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3940df2f
?[0m?[0;34m2025-01-06T15:10:24.773-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.774-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest3@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.774-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured DELETE /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.776-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.776-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : DELETE "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.776-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#deleteRecipe(String)
?[0m?[0;34m2025-01-06T15:10:24.776-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(989428649<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1732072896 wrapping conn20: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@5b818d6d]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@1678219413 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@366117775 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@416044960 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 371562227
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.777-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@6be04184
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(989428649<open>)]
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1732072896 wrapping conn20: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@5148c005
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.778-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@373149978 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 3
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#3] : 974261016
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$ts/A1fp686Wkx5eFyxfFAujElCzLf2ggxVfTPUx8lbOiNuPuhUCUm]
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest3@test.com]
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#3
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@42dfb841
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 403 FORBIDDEN "You are not the author of this recipe"]
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.779-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Completed 403 FORBIDDEN
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing DELETE /error
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Secured DELETE /error
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for DELETE "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:24.780-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.781-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.781-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:24 PST 2025, status=403, error=Forbidden, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "HTTP/1.1 403 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "65[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 403
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "{"timestamp":"2025-01-06T23:10:24.781+00:00","status":403,"error":"Forbidden","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << HTTP/1.1 403
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-67 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.782-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [234]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-67 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 67][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-67: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1162b89f:org.apache.tomcat.util.net.NioChannel@1fa554c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58617]]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 67][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.783-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 69?[0m
?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 68][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.787-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58618<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Authorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Content-Length: 118
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "PUT /api/recipe/2 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=6
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Authorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Content-Length: 118[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 >> "{"name":"ice-cream","category":"Dessert","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}"
?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [234]
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]], Read direct from socket: [402]
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/2 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic TG9naW5UZXN0M0B0ZXN0LmNvbTpUZXN0MzMzMzMzMzMzMzM=
?[0m?[0;34mContent-Length: 118
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"ice-cream","category":"Dessert","description":"-","ingredients":["--","---","-"],"directions":["----","---"]}]
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.788-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.789-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.789-08:00 DEBUG 29008 --- [nio-8881-exec-6] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.789-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.789-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@14b836a5
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@567271016 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 3
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#3] : 1705523637
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$ts/A1fp686Wkx5eFyxfFAujElCzLf2ggxVfTPUx8lbOiNuPuhUCUm]
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest3@test.com]
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#3
?[0m?[0;34m2025-01-06T15:10:24.790-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@3acb97f6
?[0m?[0;34m2025-01-06T15:10:24.839-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user
?[0m?[0;34m2025-01-06T15:10:24.840-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.www.BasicAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=LoginTest3@test.com, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, CredentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=127.0.0.1, SessionId=null], Granted Authorities=[]]
?[0m?[0;34m2025-01-06T15:10:24.840-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured PUT /api/recipe/2
?[0m?[0;34m2025-01-06T15:10:24.841-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
?[0m?[0;34m2025-01-06T15:10:24.841-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : PUT "/api/recipe/2", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.841-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to recipes.controller.RecipeController#updateRecipe(Long, Recipe)
?[0m?[0;34m2025-01-06T15:10:24.841-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [Recipe(id=null, userId=null, name=ice-cream, category=Dessert, date=null, description=-, ingredients (truncated)...]
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(796805735<open>)] for JPA transaction
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Setting JDBC Connection [HikariProxyConnection@1231821913 wrapping conn20: url=jdbc:h2:file:../recipes_db user=] read-only
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : On TransactionImpl creation, JpaCompliance#isJpaTransactionComplianceEnabled == false
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : begin
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@77057399]
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = IGNORE
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.directions -> DelayedCollectionInitializer(recipes.model.Recipe.directions)@20260034 (PluralAttribute(recipes.model.Recipe.directions))
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe.ingredients -> DelayedCollectionInitializer(recipes.model.Recipe.ingredients)@1556442097 (PluralAttribute(recipes.model.Recipe.ingredients))
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.Recipe -> EntityResultInitializer(recipes.model.Recipe)@1969371876 (SingleTableEntityPersister(recipes.model.Recipe))
?[0m?[0;34m2025-01-06T15:10:24.842-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select r1_0.id,r1_0.category,r1_0.date,r1_0.description,r1_0.name,r1_0.user_id from recipe r1_0 where r1_0.id=?
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.Recipe): 2
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.directions#2
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [2]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.o.r.l.o.h.o.r.loading.collection : (DelayedCollectionInitializer) Current row collection key : recipes.model.Recipe.ingredients#2
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.Recipe#2] : 1987136905
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [beverage /Test]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [2025-01-06 15:09:56.035]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [Ginger tea is a warming drink for cool weather, ... /Test]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [4] - [Warming Ginger Tea /Test]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [5] - [2]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.Recipe#2
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@637cf169
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(796805735<open>)]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.e.t.internal.TransactionImpl : committing
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1231821913 wrapping conn20: url=jdbc:h2:file:../recipes_db user=]
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.843-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@1f9df58a
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@550742924 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [0] - [3]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Hydrated EntityKey (recipes.model.User(528855923868900)): 3
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Created new entity instance [recipes.model.User(528855923868900)#3] : 294649281
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [1] - [null]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [2] - [$2a$10$ts/A1fp686Wkx5eFyxfFAujElCzLf2ggxVfTPUx8lbOiNuPuhUCUm]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results : Extracted JDBC value [3] - [LoginTest3@test.com]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.hibernate.orm.results.loading.entity : (EntityResultInitializer) Done materializing entityInstance : recipes.model.User(528855923868900)#3
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.hibernate.orm.results.loading : Calling top-level assembler (0 / 1) : org.hibernate.sql.results.graph.entity.internal.EntityAssembler@2cbdabb7
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] .w.s.m.a.ResponseStatusExceptionResolver : Resolved [org.springframework.web.server.ResponseStatusException: 403 FORBIDDEN "You are not the author of this recipe"]
?[0m?[0;34m2025-01-06T15:10:24.844-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Completed 403 FORBIDDEN
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Secured PUT /error
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : "ERROR" dispatch for PUT "/error", parameters={}
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Opening JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.845-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [{timestamp=Mon Jan 06 15:10:24 PST 2025, status=403, error=Forbidden, path=/api/recipe/2}]
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "HTTP/1.1 403 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 403
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Transfer-Encoding: chunked[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "65[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "{"timestamp":"2025-01-06T23:10:24.845+00:00","status":403,"error":"Forbidden","path":"/api/recipe/2"}[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << HTTP/1.1 403
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Transfer-Encoding: chunked
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-68 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-68 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [284]
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 68][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.846-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-68: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 68][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.847-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b42c986:org.apache.tomcat.util.net.NioChannel@55853c9e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58618]]
?[0m?[1;31m
Start test 70?[0m
?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 69][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.850-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58619<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Content-Length: 362
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=7
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Content-Length: 362[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 >> "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}"
?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [284]
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]], Read direct from socket: [633]
?[0m?[0;34m2025-01-06T15:10:24.851-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mContent-Length: 362
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}]
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.852-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@171c79f8
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@60091524 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.853-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.904-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:24.906-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:24.907-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:24.906-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.908-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:24.908-08:00 DEBUG 29008 --- [nio-8881-exec-7] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:24.909-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:24.909-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:24.909-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [271]
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-69 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-69 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.910-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@58e686af:org.apache.tomcat.util.net.NioChannel@562173c3:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58619]]
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.911-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.912-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 69][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.912-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-69: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.912-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 69][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.913-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 71?[0m
?[0;34m2025-01-06T15:10:24.915-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.915-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.915-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.915-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 70][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58620<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=8
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [271]
?[0m?[0;34m2025-01-06T15:10:24.916-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]], Read direct from socket: [215]
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:24.917-08:00 DEBUG 29008 --- [nio-8881-exec-8] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.918-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.918-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.918-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@cf0f76c
?[0m?[0;34m2025-01-06T15:10:24.918-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@1738528811 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.919-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:24.967-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:24.968-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:24.968-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:24.967-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.970-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:24.970-08:00 DEBUG 29008 --- [nio-8881-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:24.970-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:24.970-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /error
?[0m?[0;34m2025-01-06T15:10:24.970-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [215]
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-70 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-70 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@430a0b46:org.apache.tomcat.util.net.NioChannel@4dcdfd57:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58620]]
?[0m?[0;34m2025-01-06T15:10:24.971-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 70][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-70: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 70][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.972-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 72?[0m
?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 71][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.975-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58621<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Content-Length: 423
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=9
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "PUT /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Content-Length: 423[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 >> "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}"
?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [215]
?[0m?[0;34m2025-01-06T15:10:24.976-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]], Read direct from socket: [691]
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mContent-Length: 423
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}]
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:24.977-08:00 DEBUG 29008 --- [nio-8881-exec-9] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@279e5883
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@306102088 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:24.978-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:25.027-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:25.028-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:25.028-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:25.028-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.029-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:25.029-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:25.030-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.030-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:25.030-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.030-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [268]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6864b1c4:org.apache.tomcat.util.net.NioChannel@66a352b8:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58621]]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-71 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-71 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.031-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.032-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 71][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.032-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-71: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.032-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 71][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.032-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 73?[0m
?[0;34m2025-01-06T15:10:25.035-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.035-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.035-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 72][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58622<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "DELETE /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=10
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 >> "[\r][\n]"
?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [268]
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]], Read direct from socket: [218]
?[0m?[0;34m2025-01-06T15:10:25.036-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.037-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.037-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.037-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.037-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.037-08:00 DEBUG 29008 --- [io-8881-exec-10] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@22e71869
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@1484163089 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:25.038-08:00 DEBUG 29008 --- [io-8881-exec-10] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:25.088-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:25.089-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:25.089-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:25.088-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.090-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:25.090-08:00 DEBUG 29008 --- [io-8881-exec-10] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:25.091-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.091-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.security.web.FilterChainProxy : Securing DELETE /error
?[0m?[0;34m2025-01-06T15:10:25.091-08:00 DEBUG 29008 --- [io-8881-exec-10] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [218]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-72 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-72 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [io-8881-exec-10] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d1de181:org.apache.tomcat.util.net.NioChannel@63da1252:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58622]]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 72][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.092-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-72: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.093-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 72][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.093-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 74?[0m
?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 73][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.095-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58624<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "GET /api/recipe/search/?category=dessert HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=11
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [218]
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]], Read direct from socket: [238]
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.096-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@6e24b31a
?[0m?[0;34m2025-01-06T15:10:25.097-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@599325951 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:25.098-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:25.148-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:25.148-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:25.148-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:25.148-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.149-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:25.149-08:00 DEBUG 29008 --- [nio-8881-exec-1] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:25.149-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.security.web.FilterChainProxy : Securing GET /error?category=dessert
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.150-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [238]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-73 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [nio-8881-exec-1] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@65e55737:org.apache.tomcat.util.net.NioChannel@3a14f886:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58624]]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-73 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 73][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-73: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 73][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.151-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 75?[0m
?[0;34m2025-01-06T15:10:25.153-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.153-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.153-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 74][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58625<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "GET /api/recipe/search/?name=ice-cream HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "Authorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=12
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [238]
?[0m?[0;34m2025-01-06T15:10:25.154-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]], Read direct from socket: [236]
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34mAuthorization: Basic YWJjQHRlc3QuY29tOnBhc3N3b3JkOTk=
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:25.156-08:00 DEBUG 29008 --- [nio-8881-exec-2] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation
?[0m?[0;34m2025-01-06T15:10:25.157-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Created new SQL alias : u1_0
?[0m?[0;34m2025-01-06T15:10:25.157-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.create : Registration of TableGroup [StandardTableGroup(recipes.model.User(528855923868900))] with identifierForTableGroup [recipes.model.User] for NavigablePath [recipes.model.User]
?[0m?[0;34m2025-01-06T15:10:25.157-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmParameter : org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper@184a1a0
?[0m?[0;34m2025-01-06T15:10:25.157-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.h.q.sqm.sql.BaseSqmToSqlAstConverter : Determining mapping-model type for SqmPath : SqmBasicValuedSimplePath(recipes.model.User(528855923868900).username)
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results.graph.AST : DomainResult Graph:
?[0m?[0;34m \-EntityResultImpl [recipes.model.User(528855923868900)]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).locked]
?[0m?[0;34m | +-BasicFetch [recipes.model.User(528855923868900).password]
?[0m?[0;34m | \-BasicFetch [recipes.model.User(528855923868900).username]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.ast.tree : SQL AST Tree:
?[0m?[0;34m SelectStatement {
?[0m?[0;34m FromClause {
?[0m?[0;34m StandardTableGroup (u1 : recipes.model.User(528855923868900)) {
?[0m?[0;34m primaryTableReference : users as u1_0
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m }
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.sql.exec : Skipping reading Query result cache data: cache-enabled = false, cache-mode = NORMAL
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : Initializer list
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.orm.results : recipes.model.User(528855923868900) -> EntityResultInitializer(recipes.model.User(528855923868900))@291558656 (SingleTableEntityPersister(recipes.model.User))
?[0m?[0;34m2025-01-06T15:10:25.158-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.hibernate.SQL : select u1_0.id,u1_0.locked,u1_0.password,u1_0.username from users u1_0 where u1_0.username=?
?[0m?[0;34m2025-01-06T15:10:25.215-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Failed to find user 'abc@test.com'
?[0m?[0;34m2025-01-06T15:10:25.216-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.loader.WebappClassLoaderBase : findClass(jdk.internal.reflect.GeneratedMethodAccessor22)
?[0m?[0;34m2025-01-06T15:10:25.216-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
?[0m?[0;34m2025-01-06T15:10:25.215-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.www.BasicAuthenticationFilter : Failed to process authentication request
?[0m?[0;34m
?[0m?[0;34morg.springframework.security.authentication.BadCredentialsException: Bad credentials
?[0m?[0;34m at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:141) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:182) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:201) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.lambda$authenticate$1(ObservationAuthenticationManager.java:54) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at io.micrometer.observation.Observation.observe(Observation.java:565) ~[micrometer-observation-1.12.0.jar:1.12.0]
?[0m?[0;34m at org.springframework.security.authentication.ObservationAuthenticationManager.authenticate(ObservationAuthenticationManager.java:53) ~[spring-security-core-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:187) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) ~[spring-security-web-6.2.0.jar:6.2.0]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.1.jar:6.1.1]
?[0m?[0;34m at jdk.internal.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) ~[na:na]
?[0m?[0;34m at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
?[0m?[0;34m at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.lambda$execute$0(SecurityUtil.java:223) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[na:na]
?[0m?[0;34m at java.base/javax.security.auth.Subject.doAsPrivileged(Subject.java:584) ~[na:na]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:251) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:203) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:172) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.lambda$doFilter$0(ApplicationFilterChain.java:133) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) ~[na:na]
?[0m?[0;34m at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:132) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
?[0m?[0;34m at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
?[0m?[0;34m
?[0m?[0;34m2025-01-06T15:10:25.217-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
?[0m?[0;34m2025-01-06T15:10:25.217-08:00 DEBUG 29008 --- [nio-8881-exec-2] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6a28ff13
?[0m?[0;34m2025-01-06T15:10:25.218-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.218-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.security.web.FilterChainProxy : Securing GET /error?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:25.218-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.218-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "WWW-Authenticate: Basic realm="Realm"[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-74 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [236]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << WWW-Authenticate: Basic realm="Realm"
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-74 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [nio-8881-exec-2] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1de95394:org.apache.tomcat.util.net.NioChannel@2db2dddc:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58625]]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Negotiate authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Kerberos authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for NTLM authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for CredSSP authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.h.i.c.TargetAuthenticationStrategy : Challenge for Digest authentication scheme not available
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 74][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-74: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 74][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.219-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 76?[0m
?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 75][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58626<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> POST /api/recipe/new HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> Content-Length: 362
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "POST /api/recipe/new HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "Content-Length: 362[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 >> "{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}"
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=13
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [236]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]], Read direct from socket: [578]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [POST /api/recipe/new HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 362
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Fresh Mint Tea /Test","category":"beverage /Test","description":"Light, aromatic and refreshing beverage, ... /Test","ingredients":["boiled water","honey","fresh mint leaves /Test"],"directions":["Boil water","Pour boiling hot water into a mug","Add fresh mint leaves","Mix and let the mint leaves seep for 3-5 minutes","Add honey and mix again /Test"]}]
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.223-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /api/recipe/new
?[0m?[0;34m2025-01-06T15:10:25.224-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.security.web.FilterChainProxy : Securing POST /error
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.226-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-75 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [216]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-75 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [nio-8881-exec-3] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@60dd32cf:org.apache.tomcat.util.net.NioChannel@579ad5ca:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58626]]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 75][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-75: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 75][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.227-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 77?[0m
?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 76][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58627<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 >> GET /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "GET /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.230-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=14
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [216]
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]], Read direct from socket: [160]
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/1 HTTP/1.1
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.231-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.security.web.FilterChainProxy : Securing GET /error
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-76 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [160]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-76 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 76][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-76: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 76][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [nio-8881-exec-4] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c57cf6:org.apache.tomcat.util.net.NioChannel@2a8f0c1e:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58627]]
?[0m?[0;34m2025-01-06T15:10:25.232-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 78?[0m
?[0;34m2025-01-06T15:10:25.234-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.234-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.234-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 77][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58628<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> Content-Type: application/json
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> Content-Length: 423
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "PUT /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "Content-Type: application/json[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "Content-Length: 423[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=15
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.235-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 >> "{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}"
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [160]
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]], Read direct from socket: [636]
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [PUT /api/recipe/1 HTTP/1.1
?[0m?[0;34mContent-Type: application/json
?[0m?[0;34mContent-Length: 423
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m{"name":"Warming Ginger Tea /Test","category":"beverage /Test","description":"Ginger tea is a warming drink for cool weather, ... /Test","ingredients":["1 inch ginger root, minced","1/2 lemon, juiced","1/2 teaspoon manuka honey /Test"],"directions":["Place all ingredients in a mug and fill with warm water (not too hot so you keep the beneficial honey compounds in tact)","Steep for 5-10 minutes","Drink and enjoy /Test"]}]
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.236-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing PUT /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.237-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.237-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.237-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.security.web.FilterChainProxy : Securing PUT /error
?[0m?[0;34m2025-01-06T15:10:25.237-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-77 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [nio-8881-exec-5] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd3532:org.apache.tomcat.util.net.NioChannel@788821e9:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58628]]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-77 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 77][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-77: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 77][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.238-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 79?[0m
?[0;34m2025-01-06T15:10:25.241-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 78][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58629<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 >> DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "DELETE /api/recipe/1 HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=16
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [213]
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]], Read direct from socket: [163]
?[0m?[0;34m2025-01-06T15:10:25.242-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [DELETE /api/recipe/1 HTTP/1.1
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing DELETE /api/recipe/1
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.security.web.FilterChainProxy : Securing DELETE /error
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.244-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [163]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-78 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-78 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [nio-8881-exec-6] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6d33926a:org.apache.tomcat.util.net.NioChannel@48379a00:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58629]]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 78][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-78: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 78][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.245-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 80?[0m
?[0;34m2025-01-06T15:10:25.247-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 79][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58630<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 >> GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "GET /api/recipe/search/?category=dessert HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.248-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=17
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [163]
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]], Read direct from socket: [183]
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?category=dessert HTTP/1.1
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?category=dessert
?[0m?[0;34m2025-01-06T15:10:25.249-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.security.web.FilterChainProxy : Securing GET /error?category=dessert
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [183]
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-79 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.250-08:00 DEBUG 29008 --- [nio-8881-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-79 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [nio-8881-exec-7] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3e38d340:org.apache.tomcat.util.net.NioChannel@3ad71eec:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58630]]
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 79][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-79: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 79][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.251-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m?[1;31m
Start test 81?[0m
?[0;34m2025-01-06T15:10:25.253-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
?[0m?[0;34m2025-01-06T15:10:25.253-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
?[0m?[0;34m2025-01-06T15:10:25.253-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
?[0m?[0;34m2025-01-06T15:10:25.253-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 80][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.253-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58631<->127.0.0.1:8881
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 >> GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 >> Host: localhost:8881
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 >> Connection: Keep-Alive
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 >> Accept-Encoding: gzip,deflate
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "GET /api/recipe/search/?name=ice-cream HTTP/1.1[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "Host: localhost:8881[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 >> "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=18
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [183]
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]], Read direct from socket: [181]
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /api/recipe/search/?name=ice-cream HTTP/1.1
?[0m?[0;34mHost: localhost:8881
?[0m?[0;34mConnection: Keep-Alive
?[0m?[0;34mUser-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
?[0m?[0;34mAccept-Encoding: gzip,deflate
?[0m?[0;34m
?[0m?[0;34m]
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /api/recipe/search/
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
?[0m?[0;34m2025-01-06T15:10:25.254-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /api/recipe/search/?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:25.256-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.256-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
?[0m?[0;34m2025-01-06T15:10:25.256-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.security.web.FilterChainProxy : Securing GET /error?name=ice-cream
?[0m?[0;34m2025-01-06T15:10:25.256-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
?[0m?[0;34m2025-01-06T15:10:25.256-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "HTTP/1.1 401 [\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Vary: Origin[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [181]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Vary: Access-Control-Request-Method[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Vary: Access-Control-Request-Headers[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "X-Content-Type-Options: nosniff[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "X-XSS-Protection: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Pragma: no-cache[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]], Read from buffer: [0]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Expires: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Content-Length: 0[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Keep-Alive: timeout=60[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "Connection: keep-alive[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-80 << "[\r][\n]"
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]], Read direct from socket: [0]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << HTTP/1.1 401
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Vary: Origin
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Vary: Access-Control-Request-Method
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Vary: Access-Control-Request-Headers
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << X-Content-Type-Options: nosniff
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << X-XSS-Protection: 0
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Pragma: no-cache
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Expires: 0
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Content-Length: 0
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Date: Mon, 06 Jan 2025 23:10:24 GMT
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Keep-Alive: timeout=60
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-80 << Connection: keep-alive
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.a.coyote.http11.Http11InputBuffer : Received []
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Authentication required
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : localhost:8881 requested authentication
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.auth.HttpAuthenticator : Response contains no authentication challenges
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]], Status in: [OPEN_READ], State out: [OPEN]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 80][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-80: set socket timeout to 0
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 80][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [nio-8881-exec-8] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7c9b91ed:org.apache.tomcat.util.net.NioChannel@6891104d:java.nio.channels.SocketChannel[connected local=localhost/127.0.0.1:8881 remote=/127.0.0.1:58631]]
?[0m?[0;34m2025-01-06T15:10:25.257-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution
?[0m2025-01-06T15:10:25.259-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->http://localhost:8881][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20]
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 81][route: {}->http://localhost:8881][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20]
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Opening connection {}->http://localhost:8881
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connecting to localhost/127.0.0.1:8881
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] .i.c.DefaultHttpClientConnectionOperator : Connection established 127.0.0.1:58632<->127.0.0.1:8881
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Executing request POST /actuator/shutdown HTTP/1.1
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> POST /actuator/shutdown HTTP/1.1
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> Content-Type: application/json
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> Content-Length: 0
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> Host: localhost:8881
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> Connection: Keep-Alive
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 >> Accept-Encoding: gzip,deflate
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "POST /actuator/shutdown HTTP/1.1[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "Content-Type: application/json[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "Content-Length: 0[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "Host: localhost:8881[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 >> "[\r][\n]"
?[0m2025-01-06T15:10:25.260-08:00 DEBUG 29008 --- [o-8881-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8881-Acceptor] latch=19
?[0m2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [181]
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]], Read from buffer: [0]
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]], Read direct from socket: [217]
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [POST /actuator/shutdown HTTP/1.1
Content-Type: application/json
Content-Length: 0
Host: localhost:8881
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.10)
Accept-Encoding: gzip,deflate
]
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /actuator/shutdown
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Securing POST /actuator/shutdown
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.s.w.a.AnonymousAuthenticationFilter : Set SecurityContextHolder to anonymous SecurityContext
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.security.web.FilterChainProxy : Secured POST /actuator/shutdown
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : POST "/actuator/shutdown", parameters={}
2025-01-06T15:10:25.261-08:00 DEBUG 29008 --- [nio-8881-exec-9] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped to Actuator web endpoint 'shutdown'
2025-01-06T15:10:25.262-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to []
2025-01-06T15:10:25.262-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/vnd.spring-boot.actuator.v3+json', given [*/*] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] m.m.a.RequestResponseBodyMethodProcessor : Writing [org.springframework.boot.actuate.context.ShutdownEndpoint$ShutdownDescriptor@44624e76]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "HTTP/1.1 200 [\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Vary: Origin[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Vary: Access-Control-Request-Method[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Vary: Access-Control-Request-Headers[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "X-Content-Type-Options: nosniff[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "X-XSS-Protection: 0[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.s.web.servlet.DispatcherServlet : Completed 200 OK
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Pragma: no-cache[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Expires: 0[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Content-Type: application/vnd.spring-boot.actuator.v3+json[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Transfer-Encoding: chunked[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Date: Mon, 06 Jan 2025 23:10:24 GMT[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Keep-Alive: timeout=60[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "Connection: keep-alive[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "23[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "{"message":"Shutting down, bye..."}[\r][\n]"
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [217]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]], Read from buffer: [0]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << HTTP/1.1 200
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]], Read direct from socket: [0]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Vary: Origin
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Vary: Access-Control-Request-Method
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Vary: Access-Control-Request-Headers
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << X-Content-Type-Options: nosniff
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.a.coyote.http11.Http11InputBuffer : Received []
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << X-XSS-Protection: 0
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Pragma: no-cache
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Expires: 0
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Content-Type: application/vnd.spring-boot.actuator.v3+json
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Transfer-Encoding: chunked
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Date: Mon, 06 Jan 2025 23:10:24 GMT
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Keep-Alive: timeout=60
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.headers : http-outgoing-81 << Connection: keep-alive
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]], Status in: [OPEN_READ], State out: [OPEN]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [nio-8881-exec-9] org.apache.tomcat.util.net.NioEndpoint : Registered read interest for [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@93a55e0:org.apache.tomcat.util.net.NioChannel@43ff1ccc:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8881 remote=/127.0.0.1:58632]]
2025-01-06T15:10:25.263-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive for 60000 MILLISECONDS
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "0[\r][\n]"
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] org.apache.http.wire : http-outgoing-81 << "[\r][\n]"
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 81][route: {}->http://localhost:8881] can be kept alive for 60.0 seconds
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-81: set socket timeout to 0
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 81][route: {}->http://localhost:8881][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20]
2025-01-06T15:10:25.264-08:00 DEBUG 29008 --- [ Test worker] o.a.http.impl.execchain.MainClientExec : Cancelling request execution